We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a1653 commit 1adad0dCopy full SHA for 1adad0d
android/app/proguard-rules.pro
@@ -23,4 +23,7 @@
23
24
-keepclassmembers class com.facebook.react.XReactInstanceManagerImpl {
25
void recreateReactContextInBackground();
26
-}
+}
27
+
28
+# Can't find referenced class org.bouncycastle.**
29
+-dontwarn com.nimbusds.jose.**
0 commit comments