Skip to content

Commit 9cdc560

Browse files
committed
fix: add new proguard rules (closes #13)
1 parent 553af25 commit 9cdc560

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

android/app/proguard-rules.pro

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
-keepclassmembers class com.facebook.react.ReactInstanceManager {
2121
private final ** mBundleLoader;
2222
}
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 { *; }
2328

2429
# Can't find referenced class org.bouncycastle.**
2530
-dontwarn com.nimbusds.jose.**

0 commit comments

Comments
 (0)