-
Notifications
You must be signed in to change notification settings - Fork 25
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
Skottie crashes on release builds on Android, adding proguard rule stops it from building a release apk #44
Comments
I'm assuming you enabled proguard. You need to add below to the proguard rule.
|
yes, will try this in a bit, thank you |
Can confirm this fixes the issue. Thanks again @idrakimuhamad |
I got my hopes up too quickly and didn't test in with a release app. Now it throws build errors. Which I'll post in an hour or so |
I was able to pull this out from android studio
|
The app crashes as soon as you navigate to a page where there is a
Skottie
component. This was happening on Android. Ios worked fine. Let me know if you need extra logs or anything.React code:
Sentry report:
LogCat specifically for the release apk:
The text was updated successfully, but these errors were encountered: