react-native-cli install
This commit is contained in:
parent
e372f1ead4
commit
8a2b0b9bc1
2 changed files with 3 additions and 1 deletions
|
@ -18,6 +18,7 @@ The app can be launched by opening **LBRY** from the device's app drawer or via
|
||||||
### Software Requirements
|
### Software Requirements
|
||||||
* Android Studio
|
* Android Studio
|
||||||
* WebStorm (or other IDE for editing React Native / JavaScript code)
|
* WebStorm (or other IDE for editing React Native / JavaScript code)
|
||||||
|
* npm
|
||||||
* yarn
|
* yarn
|
||||||
|
|
||||||
### Android Steps
|
### Android Steps
|
||||||
|
@ -27,6 +28,7 @@ The app can be launched by opening **LBRY** from the device's app drawer or via
|
||||||
cd lbry-react-native
|
cd lbry-react-native
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
```
|
```
|
||||||
|
* Install `react-native-cli` globally using `npm install -g react-native-cli`.
|
||||||
* Install the required package modules by running `yarn` in the cloned repository folder.
|
* Install the required package modules by running `yarn` in the cloned repository folder.
|
||||||
* Open Android Studio and click File > Open...
|
* Open Android Studio and click File > Open...
|
||||||
* Navigate to the cloned repository on your local filesystem and select the `android` subfolder.
|
* Navigate to the cloned repository on your local filesystem and select the `android` subfolder.
|
||||||
|
|
2
android
2
android
|
@ -1 +1 @@
|
||||||
Subproject commit 64c13295d6a6dbbb82805b43c72906ee644d169b
|
Subproject commit 1e0298d73a1407545a5771a94c043a215ccfc1a1
|
Loading…
Add table
Add a link
Reference in a new issue