showing results for - "start to work with a pre existing react projects"
Lucille
23 Apr 2017
1##When you download after you need to install all package in package.json
2
3> npm install --save
4
5##then you need to start another terminal
6
7> npm start -- --reset-cache / npm start / react-native start 
8
9##It's for starting your bundle, finally you can run your project
10
11> react-native run-android 
similar questions