We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553af25 commit 9cdc560Copy full SHA for 9cdc560
android/app/proguard-rules.pro
@@ -20,6 +20,11 @@
20
-keepclassmembers class com.facebook.react.ReactInstanceManager {
21
private final ** mBundleLoader;
22
}
23
+-keepclassmembers class com.facebook.react.runtime.ReactHostImpl {
24
+ private final ** mReactHostDelegate;
25
+}
26
+-keep interface com.facebook.react.runtime.ReactHostDelegate { *; }
27
+-keep class * implements com.facebook.react.runtime.ReactHostDelegate { *; }
28
29
# Can't find referenced class org.bouncycastle.**
30
-dontwarn com.nimbusds.jose.**
0 commit comments