@@ -37,35 +37,32 @@ It uses [Turborepo](https://turborepo.com) and contains:
3737 └─ Recommended extensions and settings for VSCode users
3838apps
3939 ├─ expo
40- | ├─ Expo SDK 53 (EXPERIMENTAL)
41- | | > [!WARNING]
42- | | > Using Expo SDK 53 (canary) to unblock Next.js 15 / React 19 support.
43- | | > This is experimental and might not work as expected.
44- | ├─ React Native using React 19
45- | ├─ Navigation using Expo Router
46- | ├─ Tailwind using NativeWind
47- | └─ Typesafe API calls using tRPC
40+ │ ├─ Expo SDK 53
41+ │ ├─ React Native using React 19
42+ │ ├─ Navigation using Expo Router
43+ │ ├─ Tailwind using NativeWind
44+ │ └─ Typesafe API calls using tRPC
4845 └─ next.js
4946 ├─ Next.js 15
5047 ├─ React 19
5148 ├─ Tailwind CSS
5249 └─ E2E Typesafe API Server & Client
5350packages
5451 ├─ api
55- | └─ tRPC v11 router definition
52+ │ └─ tRPC v11 router definition
5653 ├─ auth
57- | └─ Authentication using better-auth.
54+ │ └─ Authentication using better-auth.
5855 ├─ db
59- | └─ Typesafe db calls using Drizzle & Supabase
56+ │ └─ Typesafe db calls using Drizzle & Supabase
6057 └─ ui
6158 └─ Start of a UI package for the webapp using shadcn-ui
6259tooling
6360 ├─ eslint
64- | └─ shared, fine-grained, eslint presets
61+ │ └─ shared, fine-grained, eslint presets
6562 ├─ prettier
66- | └─ shared prettier configuration
63+ │ └─ shared prettier configuration
6764 ├─ tailwind
68- | └─ shared tailwind configuration
65+ │ └─ shared tailwind configuration
6966 └─ typescript
7067 └─ shared tsconfig you can extend from
7168```
0 commit comments