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

Get error when try in expo #95

Open
Yudha17 opened this issue Jul 5, 2023 · 7 comments
Open

Get error when try in expo #95

Yudha17 opened this issue Jul 5, 2023 · 7 comments

Comments

@Yudha17
Copy link

Yudha17 commented Jul 5, 2023

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
@BudgetalizerViraj
Copy link

same error is happening to me.

@adityab-shivamoon
Copy link

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

@faizalshap
Copy link
Owner

This library has not been tested in Expo

@Lekhrajk
Copy link

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

@pratyush0103
Copy link

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

@Muralidhar22
Copy link

Muralidhar22 commented May 9, 2024

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

@ryskin
Copy link

ryskin commented Jul 12, 2024

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

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

8 participants