create-your-stack 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -70,7 +70,7 @@ fi
70
70
 
71
71
  echo "📦 Installing Dependencies..."
72
72
 
73
- DEPS="expo-router expo-constants safe-area-context zustand react-native-mmkv date-fns date-fns-tz zod react-hook-form @hookform/resolvers"
73
+ DEPS="expo-router expo-constants react-native-safe-area-context zustand react-native-mmkv expo-haptics date-fns date-fns-tz zod react-hook-form @hookform/resolvers"
74
74
  DEV_DEPS=""
75
75
 
76
76
  if [[ "$USE_CLERK" == "true" ]]; then
@@ -83,7 +83,7 @@ if [[ "$USE_CONVEX" == "true" ]]; then
83
83
  fi
84
84
 
85
85
  if [[ "$USE_UNIWIND" == "true" ]]; then
86
- DEPS="$DEPS uniwind tailwindcss clsx tailwind-merge lucide-react-native react-native-reanimated @gorhom/bottom-sheet react-native-gesture-handler reanimated-color-picker"
86
+ DEPS="$DEPS uniwind tailwindcss clsx tailwind-merge lucide-react-native react-native-reanimated react-native-worklets @gorhom/bottom-sheet react-native-gesture-handler reanimated-color-picker"
87
87
  fi
88
88
 
89
89
  echo "Installing main dependencies..."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-your-stack",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "bin": {