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 when building the app #1

Open
Ebeldev opened this issue Dec 17, 2020 · 1 comment
Open

Error when building the app #1

Ebeldev opened this issue Dec 17, 2020 · 1 comment

Comments

@Ebeldev
Copy link

Ebeldev commented Dec 17, 2020

Hi Kumar,

I did follow your video for this app.

And everything works fine until I get to the Reaminted. My app can't start after that.

I did clone your repo and tried to build the app. Unfortunatly, I can't start the app.

I'm getting this error in React Native Debugger :
Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'NativeReanimated' could not be found. Verify that a module by this name is registered in the native binary.

By any chance would you know why I'm getting this error ?

@visheshsprinzo
Copy link

Use this

Just kill all node process and start npm server and run application:
Step1: run command killall -9 node
For windows users, run: taskkill /im node.exe
Run taskkill /f /im node.exe if the process still persists.
Step2: run command npm start --reset-cache
Step3: run command react-native run-ios OR react-native run-android

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

No branches or pull requests

2 participants