-
Notifications
You must be signed in to change notification settings - Fork 156
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
Works in debug mode but not in release mode #353
Comments
Do you have ProGuard stripping something it shouldn't from the final build? |
This might be a bug in your react-native version, specifically if it's < 0.60.5, as ClassNotFoundException was fixed in this release. |
I'm running RN 0.60.5 and seeing this issue. I've had to disable proguard in release mode for now. I tried adding the proguard config as described in this comment, but it threw some crazy R8 errors due to the |
any update? am facing same issue |
facing the same issue here with 2.17.0 |
Facing the same. |
for 2.17.x
for 2.16.x
|
Can you please explain where we need to add these lines in react-native project? |
|
In 2.22.1 I also needed to add: -keep class com.vonage.** { *; } |
This is working great in debug mode, but the app crashes while making release mode.
I am getting the following error -
The text was updated successfully, but these errors were encountered: