Skip to content

Commit 7ed3a38

Browse files
authored
chore: update example to SDK 53.0.0-preview.16 (#179)
1 parent aeb0085 commit 7ed3a38

File tree

2 files changed

+33
-305
lines changed

2 files changed

+33
-305
lines changed

example/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
"dependencies": {
1414
"@expo/metro-runtime": "~6.1.1",
1515
"@tailwindcss/postcss": "^4.1.11",
16-
"expo": "54.0.0-preview.13",
17-
"expo-dev-client": "6.0.4",
18-
"expo-status-bar": "3.0.6",
16+
"expo": "54.0.0-preview.16",
17+
"expo-dev-client": "~6.0.10",
18+
"expo-status-bar": "~3.0.7",
1919
"expo-system-ui": "6.0.6",
2020
"react": "19.1.0",
2121
"react-dom": "19.1.0",
2222
"react-native": "0.81.1",
2323
"react-native-css": "link:../",
24-
"react-native-reanimated": "4.0.2",
24+
"react-native-reanimated": "~4.1.0",
2525
"react-native-web": "~0.21.1",
26-
"react-native-worklets": "0.4.1",
26+
"react-native-worklets": "~0.5.0",
2727
"react-refresh": "^0.17.0"
2828
},
2929
"devDependencies": {

0 commit comments

Comments
 (0)