Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 667 Bytes

File metadata and controls

35 lines (23 loc) · 667 Bytes

Setup Instructions

Before starting, make sure you have completed the React Native environment setup. You must also have pnpm of version 10 or higher installed on your machine.

  1. Install dependencies in the root directory:

    pnpm i
  2. Start the Metro bundler:

    pnpm run start:mobile
  3. Build for android. Make sure you have an emulator installed or a physical android phone connected.

    pnpm build:mobile

Miscellaneous

  • Install pre-commit hooks:

    pnpm run prepare
  • Run tests

    pnpm run test:mobile