react-native-cli install

This commit is contained in:
Akinwale Ariwodola 2020-03-02 16:23:53 +01:00
parent e372f1ead4
commit 8a2b0b9bc1
2 changed files with 3 additions and 1 deletions

View file

@ -18,6 +18,7 @@ The app can be launched by opening **LBRY** from the device's app drawer or via
### Software Requirements
* Android Studio
* WebStorm (or other IDE for editing React Native / JavaScript code)
* npm
* yarn
### 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
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.
* Open Android Studio and click File > Open...
* Navigate to the cloned repository on your local filesystem and select the `android` subfolder.

@ -1 +1 @@
Subproject commit 64c13295d6a6dbbb82805b43c72906ee644d169b
Subproject commit 1e0298d73a1407545a5771a94c043a215ccfc1a1