Skip to content

Commit c733a6c

Browse files
committed
mod!: remove obsolete proguard rules for RN 0.74 and above
1 parent 22b53dc commit c733a6c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

android/app/proguard-rules.pro

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424
private ** mReactHost; # bridgeless
2525
public void reload(...); # RN 0.74 and above
2626
}
27-
# RN 0.74 and above
28-
-keepclassmembers class com.facebook.react.ReactActivity {
29-
public ** getReactDelegate(...);
30-
}
3127
# bridgeless
3228
-keepclassmembers class com.facebook.react.defaults.DefaultReactHostDelegate {
3329
private ** jsBundleLoader;

0 commit comments

Comments
 (0)