Skip to content

Commit a41e2e5

Browse files
authored
Merge pull request #308 from LanceALaughlin/main
add tailwindcss to required deps
2 parents 63643fe + 31e545b commit a41e2e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/cli/src/commands/init.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,14 @@ const fileDir = path.dirname(filePath);
2121
const REQUIRED_DEPENDENCIES = [
2222
'nativewind',
2323
'expo-navigation-bar',
24+
'tailwindcss',
2425
'tailwindcss-animate',
2526
'class-variance-authority',
2627
'clsx',
2728
'tailwind-merge',
2829
'react-native-svg',
30+
'react-native-reanimated',
31+
'react-native-safe-area-context',
2932
'lucide-react-native',
3033
'@rn-primitives/portal',
3134
] as const;

0 commit comments

Comments
 (0)