react-native-otp-verify icon indicating copy to clipboard operation
react-native-otp-verify copied to clipboard

Get error when try in expo

Open Yudha17 opened this issue 2 years ago • 7 comments

Error: The package 'react-native-otp-verify' doesn't seem to be linked. Make sure:

  • You rebuilt the app after installing the package
  • You are not using Expo managed workflow , js engine: hermes ERROR Invariant Violation: "main" has not been registered. This can happen if:
  • Metro (the local dev server) is run from the wrong folder. Check if Metro is running, stop it and restart it in the current project.
  • A module failed to load due to an error and AppRegistry.registerComponent wasn't called., js engine: hermes

Yudha17 avatar Jul 05 '23 03:07 Yudha17

same error is happening to me.

BudgetalizerViraj avatar Jul 13 '23 06:07 BudgetalizerViraj

Yes, Same error, tried rebuilding the app, but not working. Please post any solution if found.

adityab-shivamoon avatar Jul 20 '23 13:07 adityab-shivamoon

This library has not been tested in Expo

faizalshap avatar Apr 09 '24 07:04 faizalshap

Facing same issue !. Any quick resolution or what can be done ?

Lekhrajk avatar Apr 10 '24 22:04 Lekhrajk

facing the same issue, expo is much more in use right now, can we get expo support for this library?

pratyush0103 avatar May 05 '24 19:05 pratyush0103

https://docs.expo.dev/guides/local-app-development/

By running expo development build on simulator it's working fine for me, anyone facing issue once try the above steps on how to generate local app development build and running the build on simulator

If you already have the build and still facing issue

  • try deleting the ios and android folders in your project folder and re run the below commands npx expo run:ios npx expo run:android

Muralidhar22 avatar May 09 '24 13:05 Muralidhar22

This only for Expo EAS, will not work with Expo Go, if you use prebuild, so just delete ios folder

ryskin avatar Jul 12 '24 10:07 ryskin