# yarn dependencies
yarn install
# for pods
cd ios/ & RCT_NEW_ARCH_ENABLED=1 bundle exec pod install
#android is already configured
# yarn dependencies
yarn install
# for pods
cd ios/ & RCT_NEW_ARCH_ENABLED=1 bundle exec pod install
#android is already configured