This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Description
When popping to route, _clearTransformations sets some props on a scene but unlike other places it does not perform a null check, causing the following error:
Fatal Exception: com.github.aoriani.rnstacktracer.ReactNativeException: null is not an object (evaluating 'this._sceneRefs[t].setNativeProps')
at ._clearTransformations._clearTransformations(1621:7328)
at .popN.popN(1621:14274)
at .popToRoute.popToRoute(1621:15312)