- Install dependencies:
pnpm install- Create a development build locally
pnpm build:ios:dev- Builds the app locally (not on EAS servers)
- Uses the
developmentprofile fromeas.json - Outputs an iOS build that can be installed on a device or simulator
Note: Requires EAS CLI to be installed and configured. You'll need to have Xcode installed for local iOS builds.
- Start Expo development server for iOS
pnpm ios