You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
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)