Answers for "how to start react native in your project"

5

how to run react native app

react-native run-android 
react-native run-ios
Posted by: Guest on August-23-2020
1

create a react native project

$ npm i -g create-react-native-app
$ create-react-native-app my-project
$ cd my-project
$ npm start
Posted by: Guest on May-11-2020

Code answers related to "how to start react native in your project"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language