question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

null is not an object ( evaluating '_RNGestureHandlerModule.default.createGestureHandler)

See original GitHub issue

Has 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:closed
  • Created 4 years ago
  • Comments:8

github_iconTop GitHub Comments

17reactions
wqzwhcommented, Jul 16, 2019

if RN >= 0.60.0

vim ios/Podfile

add line code

pod 'RNGestureHandler', :podspec => '../node_modules/react-native-gesture-handler/RNGestureHandler.podspec'

run pod install

react-native run-ios

you can solve the problem

8reactions
hieuluis96commented, Jul 15, 2019

are you using iOS ? you need “pod install” on ios folder before running app.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found