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
@@ -58,7 +58,7 @@ index 1ccd002a..100a7169 100644
+++ b/gradle.properties +++ b/gradle.properties
@@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
# LICENSE file in the root directory of this source tree. # LICENSE file in the root directory of this source tree.
# POM publishing constants # POM publishing constants
-VERSION_NAME=0.44.1-SNAPSHOT -VERSION_NAME=0.44.1-SNAPSHOT
+VERSION_NAME=0.44.99-SNAPSHOT +VERSION_NAME=0.44.99-SNAPSHOT
@@ -71,7 +71,7 @@ index 495c12e8..bc815d0e 100644
+++ b/react-native/ReactNativeFlipperExample/android/gradle.properties +++ b/react-native/ReactNativeFlipperExample/android/gradle.properties
@@ -30,4 +30,4 @@ android.useAndroidX=true @@ -30,4 +30,4 @@ android.useAndroidX=true
android.enableJetifier=true android.enableJetifier=true
# Version of flipper SDK to use with React Native # Version of flipper SDK to use with React Native
-FLIPPER_VERSION=0.30.2 -FLIPPER_VERSION=0.30.2
+FLIPPER_VERSION=0.44.99-SNAPSHOT +FLIPPER_VERSION=0.44.99-SNAPSHOT