You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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
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 ?
The text was updated successfully, but these errors were encountered: