mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix root path in unistyles template
This commit is contained in:
5
.changeset/bumpy-queens-walk.md
Normal file
5
.changeset/bumpy-queens-walk.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"create-better-t-stack": patch
|
||||
---
|
||||
|
||||
fix root path in unistyles template
|
||||
@@ -5,9 +5,9 @@ module.exports = function (api) {
|
||||
plugins.push([
|
||||
'react-native-unistyles/plugin',
|
||||
{
|
||||
root: "src",
|
||||
autoProcessRoot: 'app',
|
||||
autoProcessImports: ['@/components'],
|
||||
root: "src"
|
||||
autoProcessImports: ['@/components']
|
||||
},
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user