Skip to content

Commit 780281a

Browse files
sbuggaymeta-codesync[bot]
authored andcommitted
Combine hermes and jsc install options (#54478)
Summary: Pull Request resolved: #54478 `install-android-jsc` and `install-android-hermes` are now functionally the same. Combining both options. Changelog: [internal] Reviewed By: huntie Differential Revision: D86672866 fbshipit-source-id: 286ac29a7683caeab4f45b1044adba769aa81ba4
1 parent d31fc32 commit 780281a

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

packages/rn-tester/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,6 @@ You can build and run RN-Tester by using this command from the root of the repo:
5151
yarn android
5252
```
5353

54-
If you wish to use JSC instead you should invoke:
55-
56-
```sh
57-
cd packages/rn-tester
58-
yarn install-android-jsc
59-
yarn start
60-
```
61-
6254
> [!NOTE]
6355
> Building for the first time can take a while.
6456

packages/rn-tester/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"scripts": {
1616
"start": "react-native start",
1717
"android": "react-native run-android",
18-
"install-android-jsc": "../../gradlew :packages:rn-tester:android:app:installDebug",
19-
"install-android-hermes": "../../gradlew :packages:rn-tester:android:app:installDebug",
18+
"install-android": "../../gradlew :packages:rn-tester:android:app:installDebug",
2019
"clean-android": "rm -rf android/app/build",
2120
"prepare-ios": "node ./cli.js bootstrap ios",
2221
"clean-ios": "rm -rf build/generated/ios Pods Podfile.lock RNTesterPods.xcworkspace/ ../react-native-codegen/lib/",

0 commit comments

Comments
 (0)