Skip to content

Commit e21756a

Browse files
fix root path in unistyles template
1 parent 744d659 commit e21756a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/bumpy-queens-walk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-better-t-stack": patch
3+
---
4+
5+
fix root path in unistyles template

apps/cli/templates/frontend/native/unistyles/babel.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ module.exports = function (api) {
55
plugins.push([
66
'react-native-unistyles/plugin',
77
{
8+
root: "src",
89
autoProcessRoot: 'app',
9-
autoProcessImports: ['@/components'],
10-
root: "src"
10+
autoProcessImports: ['@/components']
1111
},
1212
]);
1313

0 commit comments

Comments
 (0)