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