-
Notifications
You must be signed in to change notification settings - Fork 40
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
Expo Development Builds #78
Comments
Hi, you're right, we don't have any Expo app showing how to integrate our ReactNative plugin. However, there shouldn't be any difficulty, aside from prebuilding your project with |
I wanted to piggy back on this comment, because I am running into issues with Android expo build. Here is some output: `* What went wrong:
The iOS build is working fine, but the Android build is giving me some problems. @guillaume-tgl, if you have any advice or can point me to documentation, that would be appreciated. Thanks. |
@rveltonCL that's weird, it seems like Gradle is not searching for Genius Scan SDK artifact in our Maven repository, even though our ReactNative plugin declares the repository. Could you share your build.gradle files (here or at [email protected])?
|
it work
Adding this worked, here is my updated build.gradle :
|
Guys,
is it possible to have a demo code using : https://docs.expo.dev/develop/development-builds/create-a-build/
The text was updated successfully, but these errors were encountered: