- mv ./app/.env.template to ./app/apikeys/.env
- set infura_id/etherscan/polygonscan/bscscan/opensea keys in ./app/apikeys/.env
- cd app && yarn clean
- yarn start:android for android debug build
- yarn start:ios for ios debug build
- yarn build:android for android release build
- yarn build:ios for ios release build