react-native-firebase-starter
react-native-firebase-starter copied to clipboard
StackNavigation breaks app with error "undefined is not an object (evaluating 'RNGestureHandlerModule.State')"
When using a StackNavigator to go between screens, the app throws "undefined is not an object (evaluating 'RNGestureHandlerModule.State')"
Try npm install react-native-gesture-handler --save && react-native link
. If it fails on ios, you might need to link react-natve-gesture-handler
manually in Xcode. Refer to https://github.com/kmagiera/react-native-gesture-handler/issues/205#issuecomment-450504372, that's what solved it for me.