This is a technical test on React Native developed by Johnatan Botero
Install the complementary packages
yarn install
# or
npm install
Run the project
react-native run-ios
# or
react-native run-Android
If Yarn was installed when the project was initialized, then dependencies will have been installed via Yarn, and you should probably use it to run these commands as well. Unlike dependency installation, command running syntax is identical for Yarn and NPM at the time of this writing.
yarn ios
yarn ios8
yarn ios5s
#or
yarn android
yarn apk
If use npm
npm run ios
npm run ios8
npm run ios5s
#or
npm run android
npm run apk