diff --git a/android/app/proguard-rules.pro b/android/app/proguard-rules.pro index 5498ab0b..51882e52 100644 --- a/android/app/proguard-rules.pro +++ b/android/app/proguard-rules.pro @@ -23,6 +23,7 @@ -keepclassmembers class com.facebook.react.runtime.ReactHostImpl { private final ** mReactHostDelegate; + private final ** reactHostDelegate; } -keep interface com.facebook.react.runtime.ReactHostDelegate { *; }