Update testing-rn instructions

Summary: `install` is now ambiguous because of some new plugins we've added.

Reviewed By: mweststrate

Differential Revision: D26633940

fbshipit-source-id: 62369ba76cced905350e62b7782619811b7284a0
This commit is contained in:
Pascal Hartig
2021-02-24 07:25:48 -08:00
committed by Facebook GitHub Bot
parent 3d2a0e3eb2
commit d7e584627a

View File

@@ -28,7 +28,7 @@ GROUP=com.facebook.flipper
... ...
``` ```
Now, run `./gradlew install` in the root of the repository. This will Now, run `./gradlew installArchives -PRELEASE_SIGNING_ENABLED=false` in the root of the repository. This will
place the artifact files in your local `~/.m2/repository` folder. place the artifact files in your local `~/.m2/repository` folder.
## Using the new Release ## Using the new Release
@@ -45,7 +45,7 @@ FLIPPER_VERSION=0.44.99-SNAPSHOT
Now run `yarn android` to rebuild, install and launch the RN sample app. Now run `yarn android` to rebuild, install and launch the RN sample app.
To test further changes, rerun the `./gradlew install` and `yarn android` steps. To test further changes, rerun the `./gradlew installArchives -PRELEASE_SIGNING_ENABLED=false` and `yarn android` steps.
## Full Diff ## Full Diff