(NOBRIDGE) ERROR Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNGestureHandlerModule' could not be found. Verify that a module by this name is registered in the native #3493
Unanswered
KaraElBatson
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to develop a game for my mobile application using a js-based react native expo and react-native-gesture-handler.
While it was working before I integrated my game into the application, I get this error after integration (NOBRIDGE) ERROR Invariant Violation: TurboModuleRegistry.getEnforcing(...): ‘RNGestureHandlerModule’ was not found. Verify that a module with this name is registered locally Where could I be making a mistake
other libraries I use for my application
‘@expo-google-fonts/iceberg": ‘^0.2.3’,
‘@react-native-async-storage/async-storage": ‘1.23.1’,
‘@react-native-community/netinfo": ‘11.4.1’,
‘@react-native-picker/picker": ‘2.9.0’,
‘axios": ‘^1.7.7’,
‘expo": ‘~52.0.7’,
‘expo-audio": ‘^0.3.5’,
‘expo-av": ‘~15.0.2’,
‘expo-constants": ‘~17.0.8’,
‘expo-dev-client": ‘~5.0.14’,
‘expo-file-system": ‘~18.0.11’,
‘expo-font": ‘~13.0.4’,
‘expo-haptics": ‘^14.0.1’,
‘expo-image-picker": ‘~16.0.6’,
‘expo-linking": ‘~7.0.5’,
‘expo-media-library": ‘~17.0.6’,
‘expo-notifications": ‘~0.29.14’,
‘expo-router": ‘~4.0.19’,
‘expo-screen-orientation": ‘~8.0.4’,
‘expo-server-sdk": ‘^3.14.0’,
‘expo-sharing": ‘~13.0.1’,
‘expo-speech": ‘~13.0.1’,
‘expo-speech-recognition": ‘^1.1.1’,
‘expo-status-bar": ‘~2.0.1’,
‘expo-video": ‘~2.0.6’,
‘matter-js": ‘^0.20.0’,
‘reaction": ‘18.3.1’,
‘react-native": ‘0.76.7’,
‘react-native-confetti-cannon": ‘^1.5.2’,
‘react-native-flash-message": ‘^0.4.2’,
‘react-native-game-engine": ‘^1.2.0’,
‘react-native-gesture-handler": ‘~2.20.2’,
‘react-native-linear-gradient": ‘^2.8.3’,
‘react-native-mask-text": ‘^0.14.2’,
‘react-native-modal": ‘^13.0.1’,
‘react-native-reanimated": ‘^3.17.4’,
‘react-native-safe-area-context": ‘4.12.0’,
‘react-native-screens": ‘~4.4.0’,
‘react-native-video": ‘^6.7.0’,
‘react-native-web": ‘~0.19.13’,
‘react-native-webview": ‘13.12.5’
Beta Was this translation helpful? Give feedback.
All reactions