Skip to content

Commit

Permalink
Add hermes ProGuard rule
Browse files Browse the repository at this point in the history
This adds a ProGuard so users don't have to add it manually. facebook#28270
  • Loading branch information
radko93 authored Apr 9, 2020
1 parent c7f2595 commit 243184b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ReactAndroid/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
-dontwarn com.facebook.react.**
-keep,includedescriptorclasses class com.facebook.react.bridge.** { *; }

# Required when using hermes
-keep class com.facebook.jni.** { *; }

# okhttp

-keepattributes Signature
Expand Down

0 comments on commit 243184b

Please sign in to comment.