Skip to content

Commit 96ab9d7

Browse files
committed
Add proguard rule for hermes
1 parent 8741070 commit 96ab9d7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/hermes.md

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ Edit your `android/app/build.gradle` file and make the change illustrated below:
2121
]
2222
```
2323

24+
Also, if you're using ProGuard, you will need to add this rule in `proguard-rules.pro` :
25+
26+
```
27+
-keep class com.facebook.hermes.unicode.** { *; }
28+
```
29+
2430
Next, if you've already built your app at least once, clean the build:
2531

2632
```shell

0 commit comments

Comments
 (0)