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

ERROR Error: Requiring module "node_modules/@react-navigation/drawer/src/index.tsx", which threw an exception: Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'NativeReanimated' could not be found. Verify that a module by this name is registered in the native binary. #1849

Closed
iamamanprajapati opened this issue Mar 19, 2021 · 14 comments

Comments

@iamamanprajapati
Copy link

Description

When I use React Navigation in my React Native then Error occurs

Screenshots

Screenshot from 2021-03-20 00-22-22

Steps To Reproduce

Expected behavior

Actual behavior

Snack or minimal code example

Package versions

"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/drawer": "^5.12.4",
"@react-navigation/material-bottom-tabs": "^5.3.14",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.3",
"react": "17.0.1",
"react-native": "0.64.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-paper": "^4.7.2",
"react-native-reanimated": "^2.0.0",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^2.18.1"

  • React:
  • React Native:
  • React Native Reanimated:
  • NodeJS:
@github-actions
Copy link

Issue validator

The issue is invalid!

  • Section expected behavior seems to be empty(for label 🐞 bug)
  • Section actual behavior seems to be empty(for label 🐞 bug)

@gabrielmares
Copy link

same issue with react-native-reanimated, i downgrade to 1.13.2 and fixit
##1127 (comment)

@iamamanprajapati
Copy link
Author

@gabrielmares
It is not a permanent solution bro

@gabrielmares
Copy link

i hope, but it's only options that works for me, you will try with this #1127 (comment)

@BrendonSled
Copy link

what platform? ios or android?

There are also lots of other issues logged like this. Typically the main culprits are

  • Babel plugin not installed
  • Android clean never run
  • Metro clean never run
  • Outdated AppDelegate.m

@gabrielmares
Copy link

Android, when i tried to use @react-navigation/drawer@6.0.0-next.2 in my case

@mppvgithub
Copy link

Android, when i tried to use @react-navigation/drawer@6.0.0-next.2 in my case

is this working??

@irohitb
Copy link

irohitb commented Mar 22, 2021

i hope, but it's only options that works for me, you will try with this #1127 (comment)

That's not a valid solution tbh.

@piaskowyk
Copy link
Member

It should be fixed by this PR: #1845 We'll release today a new version with this fix.

@Elijah-trillionz
Copy link

still not fixed

3 similar comments
@kodejuice
Copy link

still not fixed

@Raidro
Copy link

Raidro commented Feb 9, 2022

still not fixed

@Riowaldy
Copy link

still not fixed

@jenschr
Copy link

jenschr commented Jun 8, 2022

still not fixed
(easy solution: not use this module)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests