this is guideline for build and run app from scratch
===========================================
Warning: On your simulator, To test the app will require you to have an Xcode and/or Android Studio environment set up.
Running application
$ npm install
$ npm start
After running the Simulator or connected the Device
$ react-native run-android
or
$ react-native run-ios