You need to have npdejs and npm installed: https://nodejs.org/
After that, install yarn (there is issues with npm@5: facebook/react-native#14767)
npm install yarn
Then, intall app dependencies:
yarn start
If you got command not found
running yarn, try include the bin folder in yout path:
export PATH=`npm bin`:$PATH
yarn start
Tested into Android 7. It may works into other versions and iOS too, but no tests are made in other platforms.
This project was bootstrapped with Create React Native App.