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.
-
Install dependencies in the root directory:
pnpm i
-
Start the Metro bundler:
pnpm run start:mobile
-
Build for android. Make sure you have an emulator installed or a physical android phone connected.
pnpm build:mobile
-
Install pre-commit hooks:
pnpm run prepare
-
Run tests
pnpm run test:mobile