Skip to content

Commit

Permalink
\fix README filepath
Browse files Browse the repository at this point in the history
refs #5
  • Loading branch information
georgecodesdev committed Jan 23, 2020
1 parent 0794cff commit 78cf233
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ More information can be found on the react-native-docker project's [github](http
**Step 5:** running the Android emulator
* Open a new terminal window and navigate to the Docker/utils directory
* ```sudo ./Docker/utils/run /opt/android-sdk-linux/tools/emulator -use-system-libs -avd defaultAvd```
* ```sudo ./run /opt/android-sdk-linux/tools/emulator -use-system-libs -avd defaultAvd```
**Step 7:** install and run the App
* Open a new terminal window and navigate to the Docker/utils directory
* ```sudo ./Docker/utils/run react-native run-android --variant=devDebug```
* ```sudo ./run react-native run-android --variant=devDebug```
#### Opening project post-installation:
**Step 1:** ensure docker is running
Expand All @@ -119,11 +119,11 @@ More information can be found on the react-native-docker project's [github](http
**Step 3:** running the Android emulator from the Docker/utils directory
* Open a new terminal window and navigate to the Docker/utils directory
* ```sudo ./Docker/utils/run /opt/android-sdk-linux/tools/emulator -use-system-libs -avd defaultAvd```
* ```sudo ./run /opt/android-sdk-linux/tools/emulator -use-system-libs -avd defaultAvd```
**Step 4:** install and run the App from the Docker/utils directory
* Open a new terminal window and navigate to the Docker/utils directory
* ```sudo ./Docker/utils/run react-native run-android --variant=devDebug```
* ```sudo ./run react-native run-android --variant=devDebug```
#### Remote JS Debugging
Expand Down

0 comments on commit 78cf233

Please sign in to comment.