Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(NOBRIDGE) ERROR Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNGestureHandlerModule' could not be found. Verify that a module by this name is registered in the native binary. #3309

Open
Johnsdevpro opened this issue Dec 26, 2024 · 1 comment
Labels
Platform: Android This issue is specific to Android Repro provided A reproduction with a snack or repo is provided

Comments

@Johnsdevpro
Copy link

Johnsdevpro commented Dec 26, 2024

Description

I'm creating a new React Native project and everything works perfectly, until i start setting up navigation, i prefer react navigation and the drawer navigation require gesture handler, i follow the steps but i kept getting this error no matter how i try, i cleaned cache, install different version, remove node_modules, i even deleted the entire project restart from zero but i keep getting the same error.

Steps to reproduce

1> created the project
2. install the dependencies
3. setup development build with eas
4. install navigation packages
5. problem occure after installing gesture handler for drawer naviagtion
Screenshot_1735231594

Snack or a link to a repository

https://github.com/Johnsdevpro/FH-Client-Mobile

Gesture Handler version

2.20.2

React Native version

0.76.5

Platforms

Android

JavaScript runtime

None

Workflow

Expo bare workflow

Architecture

Bridgeless

Build type

None

Device

Android emulator

Device model

Pixel 6a

Acknowledgements

Yes

@github-actions github-actions bot added Repro provided A reproduction with a snack or repo is provided Platform: Android This issue is specific to Android labels Dec 26, 2024
@spyshower
Copy link

I might be wrong but I had this problem when I installed 0.76. If you are importing react-native-gesture-handler 1st thing in your app as the docs, say, try commenting it out and see if you get an error about another package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform: Android This issue is specific to Android Repro provided A reproduction with a snack or repo is provided
Projects
None yet
Development

No branches or pull requests

2 participants