We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6dc94f + ea27d49 commit 05d4342Copy full SHA for 05d4342
1 file changed
android/app/proguard-rules.pro
@@ -21,5 +21,13 @@
21
private final ** mBundleLoader;
22
}
23
24
+-keepclassmembers class com.facebook.react.runtime.ReactHostImpl {
25
+ private final ** mReactHostDelegate;
26
+}
27
+
28
+-keep interface com.facebook.react.runtime.ReactHostDelegate { *; }
29
30
+-keep class * implements com.facebook.react.runtime.ReactHostDelegate { *; }
31
32
# Can't find referenced class org.bouncycastle.**
33
-dontwarn com.nimbusds.jose.**
0 commit comments