This is a new React Native project, bootstrapped using @react-native-community/cli
.
Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.
yarn install
cd ios
Bundle install
pod install
# for M1
arch -x86_64 pod install
cd ../
npx react-native run-ios
yarn test