bun install
You can download Bun here.
Create a new local development client or get an existing valid one from expo.dev
bun dev
Create a .env.dev
file at the root of the codebase.
👫 Ask a friend for the .env variables 👫
- Expo Router V4 & Expo SDK 52
- Nativewind (TailwindCSS for React Native)
- bun (package manager)
- Typescript
Storybook gives a VDD (Visual Driven Development) approach and a convenient sandbox to build components in isolation. See components/Button
for an example.
To enable Storybook canvas, set EXPO_PUBLIC_STORYBOOK_ENABLED=true
in the .env.dev