React Native Setup on Windows

Vinay Jambhale
Aug 23, 2017 · 1 min read
  1. install java jdk 8

2. install Node.js

3. install python 2

4. install android Studio

5. Open cmd with administrator acess. install react native cli
npm install -g react-native-cli

6. go to the directory where want to create the project.

7. create project by following cmd.
react-native init project_name

8. add JAVA_HOME enviroment variable of jdk, and add android sdk platform-tools path in Path variable

9. open android studio. and emulator. and run react native project
react-native run-android

Elint Setup for windows

  1. go to project directory
    npm install -g eslint
  2. install packege controller: https://packagecontrol.io/installation Copy command and paste in sublime-> view->show console. enter
  3. go to project directory
    npm install — save-dev eslint-config-rallycoding
  4. Create new file in project directory with name of .eslintrc
    {
    “extends”:”rallycoding”
    }
  5. ctrl+shift+p open command promt . then search for install package. then install sublimeLinter, then sublimeliner- contrib- eslint
)
Welcome to a place where words matter. On Medium, smart voices and original ideas take center stage - with no ads in sight. Watch
Follow all the topics you care about, and we’ll deliver the best stories for you to your homepage and inbox. Explore
Get unlimited access to the best stories on Medium — and support writers while you’re at it. Just $5/month. Upgrade