Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 973 Bytes

File metadata and controls

38 lines (28 loc) · 973 Bytes

Commands

Setup

yarn setup              # Install deps + generate APIs + locales
yarn sync               # Full sync including iOS pods (bundle + pod install + generate)
yarn dev:pod-install.   # Specific command to install iOS Pods on local environment with script variable

Running the App

yarn run-ios            # Run iOS simulator
yarn dev:run-android    # Run Android in production debug mode (requires emulator running)

Android Emulator Setup

yarn lollipop_checks:comment    # Disable hardware keystore check for emulator
yarn lollipop_checks:uncomment  # Re-enable before committing (required)

Code Generation

yarn generate           # Regenerate API models + locales from OpenAPI specs

Quality Checks

yarn lint               # ESLint check
yarn lint-autofix       # ESLint with auto-fix
yarn tsc:noemit         # TypeScript check only
yarn prettier:check     # Check formatting