This is a new React Native project, bootstrapped using @react-native-community/cli.

Getting Started

Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.

Installation and running the application

yarn install

cd ios

Bundle install

pod install
# for M1
arch -x86_64 pod install

cd ../

npx react-native run-ios

Running tests

yarn test