Comience a trabajar con un proyecto react previo a existir

##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 
Ivan The Terrible