Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

start to work with a pre existing react projects

##When you download after you need to install all package in package.json

> npm install --save

##then you need to start another terminal

> npm start -- --reset-cache / npm start / react-native start 

##It's for starting your bundle, finally you can run your project

> react-native run-android 
 
PREVIOUS NEXT
Tagged: #start #work #pre #existing #react #projects
ADD COMMENT
Topic
Name
7+9 =