react native tutorial windows on android studio code example
Example 1: start react native
react-native init AwesomeProject
Example 2: how to create a new react native project
C:\Users\Tutorialspoint> npm install -g create-react-native-app
react-native init AwesomeProject
C:\Users\Tutorialspoint> npm install -g create-react-native-app