Skip to content

Commit 63ecf84

Browse files
authored
Update ANDROID docs
1 parent 172910d commit 63ecf84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ANDROID.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This will print a path which needs to be stored in `REACT_NATIVE_OVERRIDE_HERMES
3434
This can be combined into a single line:
3535
3636
```
37-
export REACT_NATIVE_OVERRIDE_HERMES_DIR=`npx react-native-node-api vendor-hermes --silent`
37+
export REACT_NATIVE_OVERRIDE_HERMES_DIR=$(npx react-native-node-api vendor-hermes --silent)
3838
```
3939
4040
## Cleaning your React Native build folders

0 commit comments

Comments
 (0)