Skip to content

Commit c1cfd60

Browse files
committed
Update: Hermes
1 parent 64726c4 commit c1cfd60

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎React-Native/Libraries/hermes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ Apple, requires the use of `V8 JavaScript engine` on their devices. For this rea
3838
]
3939
```
4040

41+
Also, if you're using ProGuard, you will need to add this rule in proguard-rules.pro :
42+
```javascript
43+
-keep class com.facebook.hermes.unicode.** { *; }
44+
```
45+
4146
```java
4247
// You must clean and rebuild after can the gradle files.
4348

@@ -46,6 +51,11 @@ Apple, requires the use of `V8 JavaScript engine` on their devices. For this rea
4651

4752
> `Note:` If you do not clean up your project after making changes, your application may experience a constant crash during the opening.
4853
54+
That's it! Last step for starting your app:
55+
```java
56+
react-native run-android
57+
```
58+
4959

5060
## For more details:
5161

0 commit comments

Comments
 (0)