Add instructions to test RNTester with Hermes on Android (#32085)

Summary:
Title said it all.

## Changelog

<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://github.com/facebook/react-native/wiki/Changelog
-->

[Internal]

Pull Request resolved: https://github.com/facebook/react-native/pull/32085

Reviewed By: TheSavior

Differential Revision: D30555218

Pulled By: Huxpro

fbshipit-source-id: 857ee81d4f402209bb2db2e1f4a2956d46ea3a54
This commit is contained in:
Xuan Huang 2021-08-25 14:33:00 -07:00 коммит произвёл Facebook GitHub Bot
Родитель 369a7ab5d3
Коммит ee868091b1
1 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@ -24,9 +24,12 @@ You'll need to have all the [prerequisites](https://github.com/facebook/react-na
Start an Android emulator.
cd react-native
./gradlew :packages:rn-tester:android:app:installJscDebug
./scripts/packager.sh
```sh
cd react-native
# In order to use Hermes engine, run `installHermesDebug` instead.
./gradlew :packages:rn-tester:android:app:installJscDebug
./scripts/packager.sh
```
_Note: Building for the first time can take a while._