Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mobile-starter.amisi.ai/llms.txt

Use this file to discover all available pages before exploring further.

Use this flow to get a local mobile and docs environment running from a clean clone.

Prerequisites

  • Node.js 20+
  • Bun
  • Xcode for iOS and Android Studio for Android

Setup

1

Install dependencies

bun install
2

Start Metro

bun run start
3

Run a simulator

bun run ios

Native project maintenance

bun run prebuild

Run docs

bun run docs:dev

More commands

Code quality

bun run lint
bun run format
bun run check

API docs

bun run docs:api