You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
644 B
22 lines
644 B
# For ReactActivityDelegateWrapper
|
|
-keepclassmembers public class com.facebook.react.ReactActivityDelegate {
|
|
protected *;
|
|
private ReactDelegate mReactDelegate;
|
|
}
|
|
-keepclassmembers public class com.facebook.react.ReactActivity {
|
|
private final ReactActivityDelegate mDelegate;
|
|
}
|
|
|
|
# For ReactNativeHostWrapper
|
|
-keepclassmembers public class com.facebook.react.ReactNativeHost {
|
|
protected *;
|
|
}
|
|
|
|
# For ExpoModulesPackage autolinking
|
|
-keepclassmembers public class expo.modules.ExpoModulesPackageList {
|
|
public *;
|
|
}
|
|
|
|
-keepnames class * extends expo.modules.core.BasePackage
|
|
-keepnames class * implements expo.modules.core.interfaces.Package
|