
# switch node version
nvm install
# install dependencies
yarn
# switch ruby version
rbenv install --skip-existing
# iOS dependencies
yarn pods
# .env
cp .env.example .env
{
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
},
}
# starting metro bundler for debug
yarn start
# ios debug
yarn ios
# ios release
yarn ios:release
# android debug
yarn android
# android release
yarn android:release
appletv-2015.mp4
androidtv-askey-box.mp4