To get the app up and running quickly
yarn
yarn start
From there you can open the app on your phone following the metro instructions
There are current 2 apps that are generated with this setup
- Hookry - The production ready app that is published to the store
- Hookry (DEV) - The development app that is reflective of what the
main
branch has
There are currently 2 build profiles each with their respective release channel
This is used by me to distribute the app via the ad hoc ios method
Pushing an update without a build
yarn publish:dev
Creating a new build when certain things change (assets, icons, permissions, etc...)
yarn build:dev
This is used to push updates to the app store
Pushing an update without a build
yarn publish:prod
Creating a new build when certain things change (assets, icons, permissions, etc...)
yarn build:prod