Go to file
“kirukib” 4efcacaeba feat: add suggested screens with orange/black theme and mock data
- Add Expo Router with bottom tabs (Home, Scan, Proforma, Payments, Profile)
- Home: earnings summary, quick actions, invoice list with Waiting/Paid filters
- Scan: placeholder for camera flow, recent scans list
- Proforma: list of proforma requests with send-to-contacts CTA
- Payments: pending match and reconciled list
- Profile: account info, about, logout
- Apply Yaltopia theme: primary orange (#ea580c), dark navbar/tabs (#2d2d2d)
- Add mock data (invoices, proforma, payments, user) in lib/mock-data.ts
- Root layout: GestureHandler, SafeArea, PortalHost; tab bar dark with orange active

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-22 22:43:30 +03:00
app feat: add suggested screens with orange/black theme and mock data 2026-02-22 22:43:30 +03:00
assets Initial commit 2026-02-22 21:58:08 +03:00
components/ui feat: add suggested screens with orange/black theme and mock data 2026-02-22 22:43:30 +03:00
lib feat: add suggested screens with orange/black theme and mock data 2026-02-22 22:43:30 +03:00
.gitignore Initial commit 2026-02-22 21:58:08 +03:00
app.json feat: add suggested screens with orange/black theme and mock data 2026-02-22 22:43:30 +03:00
App.tsx feat: add suggested screens with orange/black theme and mock data 2026-02-22 22:43:30 +03:00
babel.config.js feat: add suggested screens with orange/black theme and mock data 2026-02-22 22:43:30 +03:00
components.json feat: add suggested screens with orange/black theme and mock data 2026-02-22 22:43:30 +03:00
global.css feat: add suggested screens with orange/black theme and mock data 2026-02-22 22:43:30 +03:00
index.ts Initial commit 2026-02-22 21:58:08 +03:00
metro.config.js feat: add suggested screens with orange/black theme and mock data 2026-02-22 22:43:30 +03:00
nativewind-env.d.ts feat: add suggested screens with orange/black theme and mock data 2026-02-22 22:43:30 +03:00
package-lock.json feat: add suggested screens with orange/black theme and mock data 2026-02-22 22:43:30 +03:00
package.json feat: add suggested screens with orange/black theme and mock data 2026-02-22 22:43:30 +03:00
README.md first commit 2026-02-22 22:29:02 +03:00
tailwind.config.js feat: add suggested screens with orange/black theme and mock data 2026-02-22 22:43:30 +03:00
tsconfig.json feat: add suggested screens with orange/black theme and mock data 2026-02-22 22:43:30 +03:00