Skip to content

Commit ea27d49

Browse files
committed
update proguard rules
1 parent b6dc94f commit ea27d49

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

android/app/proguard-rules.pro

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,13 @@
2121
private final ** mBundleLoader;
2222
}
2323

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+
2432
# Can't find referenced class org.bouncycastle.**
2533
-dontwarn com.nimbusds.jose.**

0 commit comments

Comments
 (0)