Skip to content

Commit 31e545b

Browse files
add react-native-reanimated and react-native-safe-area-context to deps
1 parent 4cbeb62 commit 31e545b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/cli/src/commands/init.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ const REQUIRED_DEPENDENCIES = [
2727
'clsx',
2828
'tailwind-merge',
2929
'react-native-svg',
30+
'react-native-reanimated',
31+
'react-native-safe-area-context',
3032
'lucide-react-native',
3133
'@rn-primitives/portal',
3234
] as const;

0 commit comments

Comments
 (0)