@@ -24,7 +24,6 @@ const projectBasedDependencies: Dependencies = {
2424 dependencies : {
2525 'react-native-web' : '^0.19.12' ,
2626 'nativewind' : '^4.1.23' ,
27- 'tailwindcss' : '^3.4.17' ,
2827 'react-aria' : '^3.33.0' ,
2928 '@expo/html-elements' : '^0.10.1' ,
3029 'tailwind-variants' : '^0.1.20' ,
@@ -35,12 +34,13 @@ const projectBasedDependencies: Dependencies = {
3534 '@gluestack-ui/core' : '^3.0.10' ,
3635 '@gluestack-ui/utils' : '^3.0.11' ,
3736 '@gluestack/ui-next-adapter' : '^3.0.3' ,
38- " react-native-safe-area-context" : " ^5.6.1" ,
37+ ' react-native-safe-area-context' : ' ^5.6.1' ,
3938 'react-native-reanimated' : '~4.1.0' ,
4039 'react-native-worklets' : '^0.5.1' ,
4140 } ,
4241 devDependencies : {
4342 '@types/react-native' : '0.72.8' ,
43+ 'tailwindcss' : '^3.4.17' ,
4444 'autoprefixer' : '^10.4.21' ,
4545 'postcss' : '^8.5.4' ,
4646 '@react-native/assets-registry' : '^0.79.3' ,
@@ -49,8 +49,7 @@ const projectBasedDependencies: Dependencies = {
4949 'expo' : {
5050 dependencies : {
5151 'nativewind' : '^4.1.23' ,
52- 'tailwindcss' : '^3.4.17' ,
53- "react-native-safe-area-context" : "^5.6.1" ,
52+ 'react-native-safe-area-context' : '^5.6.1' ,
5453 'react-native-reanimated' : '~4.1.0' ,
5554 'react-native-worklets' : '^0.5.1' ,
5655 'react-aria' : '^3.33.0' ,
@@ -64,13 +63,14 @@ const projectBasedDependencies: Dependencies = {
6463 } ,
6564 devDependencies : {
6665 'babel-plugin-module-resolver' : '^5.0.0' ,
66+ 'tailwindcss' : '^3.4.17' ,
67+ 'prettier-plugin-tailwindcss' : '^0.5.11' ,
6768 } ,
6869 } ,
6970 'react-native-cli' : {
7071 dependencies : {
7172 'nativewind' : '^4.1.23' ,
72- 'tailwindcss' : '^3.4.17' ,
73- "react-native-safe-area-context" : "^5.6.1" ,
73+ 'react-native-safe-area-context' : '^5.6.1' ,
7474 'react-aria' : '^3.33.0' ,
7575 '@expo/html-elements' : '^0.10.1' ,
7676 'tailwind-variants' : '^0.1.20' ,
@@ -84,6 +84,8 @@ const projectBasedDependencies: Dependencies = {
8484 } ,
8585 devDependencies : {
8686 'babel-plugin-module-resolver' : '^5.0.0' ,
87+ 'tailwindcss' : '^3.4.17' ,
88+ 'prettier-plugin-tailwindcss' : '^0.5.11' ,
8789 } ,
8890 } ,
8991} ;
0 commit comments