Answers for "setup react native app"

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
3

how to install react native

down node js 
then npm i neact-native
Posted by: Guest on March-25-2020
1

start react native

react-native start
Posted by: Guest on July-14-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language