null is not an object ( evaluating 'RNGestureHandlerModule.Direction')
See original GitHub issueHi,
I’m using react-native-gesture-handler within react-navigation and getting this error
null is not an object ( evaluating ‘RNGestureHandlerModule.Direction’)

my project is just simple and using the latest release of react-native-gesture-handle
... "dependencies": { "react": "16.6.3", "react-native": "0.58.6", "react-native-gesture-handler": "^1.1.0", "react-navigation": "^3.3.2" }, ...
Seem it’s related to Direction.js fix web compatibility #406
Any suggestion for me to fix this?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:123
- Comments:132 (8 by maintainers)
Top Results From Across the Web
null is not an object ( evaluating 'RNGestureHandlerModule ...
I'm having this issue in Android with react-nagivation and react-native-gesture-handler latest release. kindly help.
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 >null is not an object ( evaluating 'RNGestureHandlerModule ...
null is not an object ( evaluating 'RNGestureHandlerModule.default.Direction')
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

Have you tried this? This solved my problem
ok, in my case solved by adding:
to
android/app/src/main/java/com/projectname/MainApplication.java