Goal
Add a bottom toolbar (tabs) with 4 entries and highlight the central Kopi tab as the primary action:
- Home
- Kopi (center, primary)
- Orders
- Me
What needs to be done
- Configure Tabs in
(tabs)/_layout.tsx.
- Register screens for Home, Kopi, Orders, and Me.
- Add basic styling and icons, with extra emphasis on the Kopi tab.
Done when
- The app shows a bottom toolbar with 4 tabs.
- Tapping each tab switches to the correct screen.
- The Kopi tab is clearly visually emphasized.
pnpm lint and pnpm typecheck pass.
Goal
Add a bottom toolbar (tabs) with 4 entries and highlight the central Kopi tab as the primary action:
What needs to be done
(tabs)/_layout.tsx.Done when
pnpm lintandpnpm typecheckpass.