-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
this lib does not work with expo #1
Comments
https://docs.expo.io/versions/latest/introduction/faq/
I think expo does not support native modules directly according to the docs. If you want you can try the above, call expo eject and maybe this will work. I have not tested it with expo, but I will try it out tomorrow morning to see if there is a way to work this out. Till then you can check on how to run native modules with expo. |
https://docs.expo.io/versions/latest/expokit/eject/ read more here. |
Ios request promise and match Android return type
I tried to run it on expo, but it gives below error on adroid phone with expo client.
_> [01:59:51] requireNativeComponent: "RNGADNativeView" was not found in the UIManager.
I see that this view is included in the src folder of this repo, but somehow it doesn't findt it,
The text was updated successfully, but these errors were encountered: