Update Unistyles config and bump to 3.0.0-rc.5

This commit is contained in:
Aman Varshney
2025-06-27 09:09:58 +05:30
parent 4cd237c136
commit 2948629c45
3 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"create-better-t-stack": patch
---
Update Unistyles config and bump to 3.0.0-rc.5

View File

@@ -7,6 +7,7 @@ module.exports = function (api) {
{ {
autoProcessRoot: 'app', autoProcessRoot: 'app',
autoProcessImports: ['@/components'], autoProcessImports: ['@/components'],
root: "src"
}, },
]); ]);

View File

@@ -37,7 +37,7 @@
"react-native-reanimated": "~3.17.4", "react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0", "react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.10.0", "react-native-screens": "~4.10.0",
"react-native-unistyles": "^3.0.0-rc.4", "react-native-unistyles": "^3.0.0-rc.5",
"react-native-web": "^0.20.0" "react-native-web": "^0.20.0"
}, },
"devDependencies": { "devDependencies": {