null is not an object ( evaluating '_RNGestureHandlerModule.default.createGestureHandler)
See original GitHub issueHas anyone encountered this error? Btw, I’m using react-navigation
with version 3.11.0
and react-native-gesture-handler
version 1.3.0
Issue Analytics
- State:
- Created 4 years ago
- Comments:8
Top Results From Across the Web
null is not an object ( evaluating 'RNGestureHandlerModule ...
null is not an object ( evaluating 'RNGestureHandlerModule.default. ... createGestureHandler') This error is located at in PanGestureHandler ...
Read more >null is not an object (evaluating 'rngesturehandlermodule ...
null is not an object (evaluating 'rngesturehandlermodule.direction'). I tried to delete the project and reface it, delete and reinstall the ...
Read more >Troubleshooting - React Navigation
I'm getting an error "null is not an object (evaluating 'RNGestureHandlerModule.default.Direction')". This and some similar errors might occur if you ...
Read more >Null is not an object (evaluating '_RNGestureHandlerModule...
When developing a React Native project on my Mac, I fall into a problem when running npm run ios. My project is using...
Read more >react-native-gesture-handler - npm
React Native Gesture Handler provides native-driven gesture management APIs for building best possible touch-based experiences in React Native.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
if RN >= 0.60.0
vim ios/Podfile
add line code
run pod install
react-native run-ios
you can solve the problem
are you using iOS ? you need “pod install” on ios folder before running app.