_RNGestureHandlerModule.default.Direction in react native 0.60.0
See original GitHub issueI have used the following configurations.
    "react": "16.8.6",
    "react-native": "0.60.0",
    "react-native-gesture-handler": "^1.3.0",
    "react-navigation": "^3.11.0",
    "react-navigation-fluid-transitions": "^0.3.2"
In react-native latest version 0.60.0, facing an issue.
Issue Analytics
- State:
 - Created 4 years ago
 - Reactions:2
 - Comments:10 (1 by maintainers)
 
Top Results From Across the Web
null is not an object (evaluating '_RNGestureHandlerModule ...
Show activity on this post. Looks like this is to do with the new autolinking feature in RN 0.60 . Then in the...
Read more >null is not an object (evaluating 'agorartcchannelmodule.prefix')
I would first check when that function is being called. I suspect you will be surprised at when it's happening. e.g. perhaps it's...
Read more >Troubleshooting - React Navigation
Error: While trying to resolve module "@react-navigation/native" from file ... an error "null is not an object (evaluating 'RNGestureHandlerModule.default.
Read more >react-native-gesture-handler - npm
Experimental implementation of a new declarative API for gesture handling in react-native. Latest version: 2.8.0, last published: 2 months ...
Read more >rngesturehandlermodule.default.direction react native
visit :- https://software-mansion.github.io/react-native-gesture-handler/docs/getting-started.html.
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

Looks like this is to do with the new autolinking feature in RN 0.60. To fix for now just add the following podspec for RNGesureHandler to
ios/PodfileThen in the
iosdirectory runpod installto install it.After build I catch two errors
And
Sometimes build does not throw any errors, but after first click I getting this one
Dependencies