refactor to tamagui

This commit is contained in:
Jorrin
2024-03-18 22:02:54 +01:00
parent 069c8cbb89
commit 52978f6d68
75 changed files with 5537 additions and 2988 deletions

View File

@@ -15,20 +15,19 @@ apps
├─ Expo SDK 50
├─ React Native using React 18
├─ Navigation using Expo Router
Tailwind using Nativewind
└─ Typesafe API calls using tRPC
Styling with Tamagui
packages
├─ tmdb
| └─ Typesafe API calls to The Movie Database
└─ provider-utils
└─ Typesafe API calls to the video providers
tooling
├─ color
| └─ shared color palette
├─ eslint
| └─ shared, fine-grained, eslint presets
├─ prettier
| └─ shared prettier configuration
├─ tailwind
| └─ shared tailwind configuration
└─ typescript
└─ shared tsconfig you can extend from
```