-
Notifications
You must be signed in to change notification settings - Fork 196
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
How to use this with React Native Expo #248
Comments
I can only help you to configure for android device. You have to execute npx expo prebuild to create android and ios folders. 1º - Go to build.gradle inside android/app, and add this inside dependencies {} :
2º - Open settings.gradle inside android folder and add:
3º - Open android/app/src/main/AndroidManifest.xml, and check if you have the following permissions:
Now, you can build your project using eas build or other method, and start using this lib. |
Thank you Ill try it out |
How to use this with React Native Expo,
thank you
The text was updated successfully, but these errors were encountered: