-
Notifications
You must be signed in to change notification settings - Fork 66
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 build failing on RN 0.59 #31
Comments
I'm having this exact problem too. Did you find out more, @mrarlloyd? |
+1 having the exact same issue, did anyone manage to solve it? |
I was able to solve this by adding to my android/build.gradle under allprojects this:
|
@koodiohto thanks, it's working, |
Hey, so in case other people are struggling with this issue, I've found that it only appears if Proguard is enabled on the android build (to reduce the size of the APK). To fix it, I actually learned in this issue comment (for Flutter, go figure) that updating the If you go into your Obviously less than ideal to alter the imported library, so perhaps package maintainers can update the Cheers |
Getting a build failure for the latest version ^0.6.1 of react-native-image-sequence, using ReactNative 0.59:
The text was updated successfully, but these errors were encountered: