-
Notifications
You must be signed in to change notification settings - Fork 455
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
Android Not compiling with Shoutem UI #496
Comments
These are the libraries I have installed
|
I had the same error, but fixed it by remove react-native-photo-view. Try doing this https://stackoverflow.com/a/62566861/11692740 |
I had same problem i changed
|
After manually installing every one of my libraries again, I've noticed that Shoutem UI is throwing an error and breaking my build only for android.
Following suggestings from online I also tried changing my
android:allowBackup in /android/app/src/main/AndroidManifest.xml to true
But then that gives me this errorI'm currently using react-native version: 0.62.2.
Does anyone know how to fix this?
The text was updated successfully, but these errors were encountered: