diff options
Diffstat (limited to 'android/app/proguard-rules.pro')
-rw-r--r-- | android/app/proguard-rules.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/android/app/proguard-rules.pro b/android/app/proguard-rules.pro index 11b025724..4f2907661 100644 --- a/android/app/proguard-rules.pro +++ b/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: + +# react-native-reanimated +-keep class com.swmansion.reanimated.** { *; } +-keep class com.facebook.react.turbomodule.** { *; } \ No newline at end of file |