- Install React-Native by running
yarn global add react-native-cli
.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How to install react native on Windows. | |
Install Python2(https://www.python.org/downloads/release/python-2714/), JDK, Node.js(www.nodejs.org) and Yarn(https://yarnpkg.com/lang/en/docs/install/). | |
Install React-Native by running 'yarn global add react-native-cli.' | |
Get the Android SDK Manager Command Line program from here (bottom of page): https://developer.android.com/studio/index.html | |
Get the Android ADB Tools: https://dl.google.com/android/repository/platform-tools-latest-windows.zip | |
Unzip both put them under C:// or somewhere that you can access. | |
Modify path: | |
This tutorial will get you to the correct window: https://www.java.com/en/download/help/path.xml. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BobbyProject |