fix root path in unistyles template

This commit is contained in:
Aman Varshney
2025-07-07 19:33:50 +05:30
parent 744d659eee
commit e21756a70c
2 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
"create-better-t-stack": patch
---
fix root path in unistyles template

View File

@@ -5,9 +5,9 @@ module.exports = function (api) {
plugins.push([
'react-native-unistyles/plugin',
{
root: "src",
autoProcessRoot: 'app',
autoProcessImports: ['@/components'],
root: "src"
autoProcessImports: ['@/components']
},
]);