Goal
Create a branded Welcome (Home) screen as the main entry point of the app, with a clear CTA to start Kopi Maker.
What needs to be done
- Implement the Home screen under
(tabs)/index.tsx.
- Add KopiShop branding (title, short description).
- Add a primary button that navigates to the Kopi Maker screen.
Done when
- Opening the app lands on the Home screen.
- The Home screen explains what KopiShop is and what the user can do.
- The primary button successfully navigates to the Kopi Maker screen.
pnpm lint and pnpm typecheck pass.
Goal
Create a branded Welcome (Home) screen as the main entry point of the app, with a clear CTA to start Kopi Maker.
What needs to be done
(tabs)/index.tsx.Done when
pnpm lintandpnpm typecheckpass.