This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 158
_clearTransformations does check if the sceneRef is null #33
Comments
nohorjo
pushed a commit
to livelink/react-native-custom-components
that referenced
this issue
Nov 14, 2018
…en clearing transformation
@nohorjo Does your commit work well? Don't u face some other issues because of that? |
@Desintegrator My commit works for me and I have not experienced any other issues since. However, I've since been using react-navigation so I no longer use this component |
vinayvenu
added a commit
to avniproject/avni-client
that referenced
this issue
Nov 12, 2021
… the default handler This might fix errors showing up on Bugsnag. Essentially, this is a problem with the module for which the best way to fix is to upgrade to newer RN versions. See facebookarchive/react-native-custom-components#33 for more details.
vindeolal
pushed a commit
to avniproject/avni-client
that referenced
this issue
Nov 15, 2021
… the default handler This might fix errors showing up on Bugsnag. Essentially, this is a problem with the module for which the best way to fix is to upgrade to newer RN versions. See facebookarchive/react-native-custom-components#33 for more details.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:The text was updated successfully, but these errors were encountered: