I am trying to setup react-native on windows7.
I have following things installed:
C:\Windows\system32>node -v
v6.2.0
C:\Windows\system32>npm -v
3.8.9
C:\Windows\system32>javac -version
javac 1.8.0_60
I have not installed Python. When i try react-native init AwesomeProject
only 2 things are downloaded in AwesomeProject: node_modules dir and
package.json
{
"name": "AwesomeProject",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"react-native": "0.41.2"
}
}
It is incomplete project. ReactNative0.41 Docs says
We recommend installing Node.js and Python2.
Why Python is recommended with react-native? Does react-native requires python to clone the seed project?
I have installed following things as well:
- Android SDK
- Android SDK Platform
- Android Virtual Device
- Android 6.0 SDK tools
- Google APIs
- Intel x86 Atom System Image
- Intel x86 Atom_64 System Image
- Google APIs Intel x86 Atom_64 System Image