Build and run the iOS app
mainTo run the app on iOS, you must first ensure CocoaPods dependencies are installed.
- Install CocoaPods via Ruby bundler (first time only):
bundle install - Install native dependencies:
bundle exec pod install - Run the app:
npm run iosoryarn ios.
# Install CocoaPods (if first time)
bundle install
# Update native dependencies
bundle exec pod install
# Run the app using npm
npm run ios
# OR using Yarn
yarn ios