create a react native project

Solutions on MaxInterview for create a react native project by the best coders in the world

showing results for - "create a react native project"
Fabio
19 Sep 2018
1$ npm i -g create-react-native-app
2$ create-react-native-app my-project
3$ cd my-project
4$ npm start
5