Docs / apps/user-mobile-app/README.md
Chimti User Mobile App
Expo React Native app for Chimti mobile workflows.
API repo:
https://github.com/otlugroup/chimti-api
Current first module
- Login screen with local demo authentication
- Live API login through `EXPO_PUBLIC_CHIMTI_API_URL`
- Pickup boy assigned pickup list
- Accept / reject / cancel pickup
- Mark reached
- Mark picked up
- Mark handover complete
- Local activity timeline
Demo login
- Email: `rider@chimti.test`
- Password: `123456`
Run
npm run web
For phone testing:
cp .env.example .env
npm start
Then scan the Expo QR from Expo Go.
For a physical phone, replace `localhost` in `.env` with your Mac/server IP or production API domain:
EXPO_PUBLIC_CHIMTI_API_URL=https://api.yourdomain.com