Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit b1dd467

Browse files
authored
Updated proguard rules to keep mBundleLoader field (#1425)
1 parent aa3ae8e commit b1dd467

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

android/app/proguard-rules.pro

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,9 @@
1616
# public *;
1717
#}
1818

19-
# Invoked via reflection, when forcing javascript restarts.
20-
-keepclassmembers class com.facebook.react.ReactInstanceManagerImpl {
21-
void recreateReactContextInBackground();
22-
}
23-
24-
-keepclassmembers class com.facebook.react.XReactInstanceManagerImpl {
25-
void recreateReactContextInBackground();
19+
# Invoked via reflection, when setting js bundle.
20+
-keepclassmembers class com.facebook.react.ReactInstanceManager {
21+
private final ** mBundleLoader;
2622
}
2723

2824
# Can't find referenced class org.bouncycastle.**

0 commit comments

Comments
 (0)