react-native-firebase-starter icon indicating copy to clipboard operation
react-native-firebase-starter copied to clipboard

StackNavigation breaks app with error "undefined is not an object (evaluating 'RNGestureHandlerModule.State')"

Open mgecawicz opened this issue 6 years ago • 1 comments

When using a StackNavigator to go between screens, the app throws "undefined is not an object (evaluating 'RNGestureHandlerModule.State')"

mgecawicz avatar Feb 21 '19 18:02 mgecawicz

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.

alexglazkov9 avatar Feb 28 '19 13:02 alexglazkov9