Skip to content

Commit

Permalink
fix: remove skia from proguard rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Burtey committed Apr 25, 2024
1 parent 7fccaf8 commit 96d7ed5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
-keep class com.swmansion.reanimated.** { *; }
-keep class com.facebook.react.turbomodule.** { *; }

-keep public class com.shopify.reactnative.skia.* {*;}

# inapp browser
-keepattributes *Annotation*
-keepclassmembers class ** {
Expand Down

0 comments on commit 96d7ed5

Please sign in to comment.