Skip to content

Commit 98bb4a3

Browse files
upgrade to unistyles 3.0
1 parent d344b85 commit 98bb4a3

File tree

3 files changed

+25
-20
lines changed

3 files changed

+25
-20
lines changed

.changeset/quick-parrots-win.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+
Upgrade to unistyles 3.0

apps/cli/templates/frontend/native/unistyles/_gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ web-build/
1212
# expo router
1313
expo-env.d.ts
1414

15-
15+
.env
1616

1717
ios
1818
android

apps/cli/templates/frontend/native/unistyles/package.json.hbs

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,40 +9,40 @@
99
"web": "expo start --web"
1010
},
1111
"dependencies": {
12-
"@expo/vector-icons": "^14.0.0",
13-
"@react-navigation/bottom-tabs": "^7.0.5",
14-
"@react-navigation/drawer": "^7.0.0",
15-
"@react-navigation/native": "^7.0.3",
12+
"@expo/vector-icons": "^14.1.0",
13+
"@react-navigation/bottom-tabs": "^7.3.10",
14+
"@react-navigation/drawer": "^7.3.9",
15+
"@react-navigation/native": "^7.1.6",
1616
{{#if (includes examples "ai")}}
1717
"@stardazed/streams-text-encoding": "^1.0.2",
1818
"@ungap/structured-clone": "^1.3.0",
1919
{{/if}}
20-
"@tanstack/react-form": "^1.0.5",
21-
"babel-plugin-react-compiler": "^19.0.0-beta-af1b7da-20250417",
22-
"expo": "^53.0.8",
23-
"expo-constants": "~17.1.4",
24-
"expo-linking": "~7.1.4",
25-
"expo-router": "~5.0.3",
20+
"@tanstack/react-form": "^1.14.0",
21+
"babel-plugin-react-compiler": "^19.1.0-rc.2",
22+
"expo": "^53.0.17",
23+
"expo-constants": "~17.1.7",
24+
"expo-linking": "~7.1.7",
25+
"expo-router": "~5.1.3",
2626
"expo-secure-store": "~14.2.3",
2727
"expo-status-bar": "~2.2.3",
28-
"expo-system-ui": "~5.0.6",
29-
"expo-dev-client": "~5.1.8",
30-
"expo-web-browser": "~14.1.6",
28+
"expo-system-ui": "~5.0.10",
29+
"expo-dev-client": "~5.2.4",
30+
"expo-web-browser": "~14.2.0",
3131
"react": "19.0.0",
3232
"react-dom": "19.0.0",
33-
"react-native": "0.79.2",
33+
"react-native": "0.79.5",
3434
"react-native-edge-to-edge": "1.6.0",
3535
"react-native-gesture-handler": "~2.24.0",
36-
"react-native-nitro-modules": "0.25.2",
36+
"react-native-nitro-modules": "0.26.3",
3737
"react-native-reanimated": "~3.17.4",
3838
"react-native-safe-area-context": "5.4.0",
39-
"react-native-screens": "~4.10.0",
40-
"react-native-unistyles": "^3.0.0-rc.5",
39+
"react-native-screens": "~4.11.1",
40+
"react-native-unistyles": "^3.0.0",
4141
"react-native-web": "^0.20.0"
4242
},
4343
"devDependencies": {
44-
"ajv": "^8.12.0",
45-
"@babel/core": "^7.20.0",
44+
"ajv": "^8.17.1",
45+
"@babel/core": "^7.28.0",
4646
"@types/react": "~19.0.10",
4747
"typescript": "~5.8.3"
4848
},

0 commit comments

Comments
 (0)