diff --git a/test/react-native/features/fixtures/rn0.60/android/app/proguard-rules.pro b/test/react-native/features/fixtures/rn0.60/android/app/proguard-rules.pro index 11b025724a..8ba793c956 100644 --- a/test/react-native/features/fixtures/rn0.60/android/app/proguard-rules.pro +++ b/test/react-native/features/fixtures/rn0.60/android/app/proguard-rules.pro @@ -8,3 +8,7 @@ # http://developer.android.com/guide/developing/tools/proguard.html # Add any project specific keep options here: + +-dontobfuscate +-keep class com.reactnative.module.** {*;} +-keep class com.reactnative.module.ScenarioFactory.** {*;} \ No newline at end of file diff --git a/test/react-native/features/fixtures/rn0.63/android/app/proguard-rules.pro b/test/react-native/features/fixtures/rn0.63/android/app/proguard-rules.pro index 11b025724a..8ba793c956 100644 --- a/test/react-native/features/fixtures/rn0.63/android/app/proguard-rules.pro +++ b/test/react-native/features/fixtures/rn0.63/android/app/proguard-rules.pro @@ -8,3 +8,7 @@ # http://developer.android.com/guide/developing/tools/proguard.html # Add any project specific keep options here: + +-dontobfuscate +-keep class com.reactnative.module.** {*;} +-keep class com.reactnative.module.ScenarioFactory.** {*;} \ No newline at end of file