diff options
| author | MohamedBassem <me@mbassem.com> | 2024-07-28 20:03:15 -0700 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-07-28 20:56:27 -0700 |
| commit | 93afb75619a02aa741b464634911b994620092be (patch) | |
| tree | 414eb0b184027c67b01112caa56c039f2d82aebf /apps/mobile/package.json | |
| parent | 92c92c161b3195bdfb571284e783f39f369a25a5 (diff) | |
| download | karakeep-93afb75619a02aa741b464634911b994620092be.tar.zst | |
feat(mobile): Add ability to manage lists
Diffstat (limited to 'apps/mobile/package.json')
| -rw-r--r-- | apps/mobile/package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/mobile/package.json b/apps/mobile/package.json index ef19bfbf..da8ef432 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -13,15 +13,17 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@hoarder/trpc": "workspace:^0.1.0", + "@gorhom/bottom-sheet": "^4.6.3", "@hoarder/shared": "workspace:^0.1.0", "@hoarder/shared-react": "workspace:^0.1.0", + "@hoarder/trpc": "workspace:^0.1.0", "@react-native-menu/menu": "^0.9.1", "@tanstack/react-query": "^5.24.8", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "expo": "~50.0.11", "expo-build-properties": "^0.11.1", + "expo-checkbox": "^3.0.0", "expo-config-plugin-ios-share-extension": "^0.0.4", "expo-constants": "~15.4.5", "expo-dev-client": "^3.3.9", @@ -40,6 +42,7 @@ "nativewind": "^4.0.1", "react": "^18.2.0", "react-native": "0.73.4", + "react-native-gesture-handler": "~2.14.0", "react-native-markdown-display": "^7.0.2", "react-native-reanimated": "^3.8.0", "react-native-safe-area-context": "4.8.2", |
