first prject with react native
To start:
cd into project
npm install
run Metro builder:
react-native start --port=8081
run the emulator (android)
react-native run-android
Note:
Development is for Android, to make the iOS index file:
ln -s index.js index.ios.js