to see a list of available commands run:
npm run help
- go through all the iOS Prerequisites in Prerequisites
npm i
install NPM dependenciesnpx pod-install
install all podsnpm run make_env:dev
set up the environment file with dev values.Alternatively -
npm run init
- runs the first 3 commands in one go.npm run start
start bundlernpm run ios
start app
- go through all the Android Prerequisites in Prerequisites
npm i
install NPM dependenciesnpm run make_env:dev
set up the environment file with dev valuesAlternatively -
npm run init
- runs these commands (and installs ios pods) in one.npm run start
start bundlernpm run android
start app