start new project in react native code example
Example 1: react native init project
react-native init AwesomeProject
Example 2: create a react native project
$ npm i -g create-react-native-app
$ create-react-native-app my-project
$ cd my-project
$ npm start
Example 3: start react native
react-native start
Example 4: start react native
react-native init AwesomeProject