From 2948629c455cf4cb75db873a986854a60d920f3a Mon Sep 17 00:00:00 2001 From: Aman Varshney Date: Fri, 27 Jun 2025 09:09:58 +0530 Subject: [PATCH] Update Unistyles config and bump to 3.0.0-rc.5 --- .changeset/polite-humans-say.md | 5 +++++ apps/cli/templates/frontend/native/unistyles/babel.config.js | 1 + .../cli/templates/frontend/native/unistyles/package.json.hbs | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changeset/polite-humans-say.md diff --git a/.changeset/polite-humans-say.md b/.changeset/polite-humans-say.md new file mode 100644 index 0000000..7d3f38e --- /dev/null +++ b/.changeset/polite-humans-say.md @@ -0,0 +1,5 @@ +--- +"create-better-t-stack": patch +--- + +Update Unistyles config and bump to 3.0.0-rc.5 diff --git a/apps/cli/templates/frontend/native/unistyles/babel.config.js b/apps/cli/templates/frontend/native/unistyles/babel.config.js index 43ccd03..afb4b63 100644 --- a/apps/cli/templates/frontend/native/unistyles/babel.config.js +++ b/apps/cli/templates/frontend/native/unistyles/babel.config.js @@ -7,6 +7,7 @@ module.exports = function (api) { { autoProcessRoot: 'app', autoProcessImports: ['@/components'], + root: "src" }, ]); diff --git a/apps/cli/templates/frontend/native/unistyles/package.json.hbs b/apps/cli/templates/frontend/native/unistyles/package.json.hbs index 91b769b..91a6ef4 100644 --- a/apps/cli/templates/frontend/native/unistyles/package.json.hbs +++ b/apps/cli/templates/frontend/native/unistyles/package.json.hbs @@ -37,7 +37,7 @@ "react-native-reanimated": "~3.17.4", "react-native-safe-area-context": "5.4.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" }, "devDependencies": {