Fix proguard error in Android build (#1018)

This commit is contained in:
Andrew Jack
2017-09-27 08:37:40 +01:00
committed by Max
parent 32a1653e12
commit 1adad0df29

View File

@@ -23,4 +23,7 @@
-keepclassmembers class com.facebook.react.XReactInstanceManagerImpl {
void recreateReactContextInBackground();
}
}
# Can't find referenced class org.bouncycastle.**
-dontwarn com.nimbusds.jose.**