Mobile
Expo Mobile App
A React Native app with navigation, auth, and OTA updates wired in.
The mobile starter that skips the first two weeks: Expo Router navigation, an auth flow with secure token storage, push notifications, offline caching and theming — plus EAS build and update pipelines ready to ship.
What's inside
- Tab + stack navigation with Expo Router
- Auth flow with secure storage
- Push notifications wired end-to-end
- Offline cache and retry queue
- Light/dark theming
- EAS build + OTA update pipelines
Quickstart
$ git clone git@github.com:devai-io/expo-mobile.git my-mobile$ cd my-mobile && bun install$ cp .env.example .env$ bunx expo start
from production
The starting point for a production product's mobile companion experiments.