yarn install
cd ios && RCT_NEW_ARCH_ENABLED=1 pod install && cd ..
npx expo run:iosornpx expo run:android
yarn start
config changes require
npx expo prebuildto update native directories
cleanup command
yarn cache clean && rm -rf node_modules yarn.lock ios/build ios/Podfile.lock ios/Pods && yarn install && cd ios && RCT_NEW_ARCH_ENABLED=1 pod install && cd ..