Skip to content

Commit d51bbf2

Browse files
committed
chore: update react-native to 0.79.2, expo sdk to 53
1 parent d3cb160 commit d51bbf2

File tree

3 files changed

+682
-1327
lines changed

3 files changed

+682
-1327
lines changed

example/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,36 +17,36 @@
1717
"@expo/vector-icons": "^14.1.0",
1818
"@expo/webpack-config": "~19.0.1",
1919
"@pchmn/expo-material3-theme": "^1.3.2",
20-
"@react-native-async-storage/async-storage": "1.23.1",
20+
"@react-native-async-storage/async-storage": "2.1.2",
2121
"@react-native-masked-view/masked-view": "0.3.2",
2222
"@react-navigation/bottom-tabs": "^7.3.10",
2323
"@react-navigation/drawer": "^7.3.9",
2424
"@react-navigation/native": "^7.1.6",
2525
"@react-navigation/stack": "^7.2.10",
26-
"expo": "~52.0.46",
27-
"expo-crypto": "~14.0.2",
28-
"expo-dev-client": "~5.0.20",
29-
"expo-font": "~13.0.4",
30-
"expo-keep-awake": "~14.0.3",
31-
"expo-splash-screen": "~0.29.24",
32-
"expo-status-bar": "~2.0.1",
33-
"expo-updates": "~0.27.4",
26+
"expo": "~53.0.8",
27+
"expo-crypto": "~14.1.4",
28+
"expo-dev-client": "~5.1.8",
29+
"expo-font": "~13.3.1",
30+
"expo-keep-awake": "~14.1.4",
31+
"expo-splash-screen": "~0.30.8",
32+
"expo-status-bar": "~2.2.3",
33+
"expo-updates": "~0.28.12",
3434
"file-loader": "^6.2.0",
35-
"react": "18.3.1",
36-
"react-dom": "18.3.1",
37-
"react-native": "0.77.0",
38-
"react-native-gesture-handler": "~2.22.0",
35+
"react": "19.0.0",
36+
"react-dom": "19.0.0",
37+
"react-native": "0.79.2",
38+
"react-native-gesture-handler": "~2.24.0",
3939
"react-native-monorepo-config": "^0.1.6",
40-
"react-native-reanimated": "~3.16.7",
41-
"react-native-safe-area-context": "5.1.0",
42-
"react-native-screens": "~4.8.0",
43-
"react-native-web": "~0.19.13",
40+
"react-native-reanimated": "~3.17.4",
41+
"react-native-safe-area-context": "5.4.0",
42+
"react-native-screens": "~4.10.0",
43+
"react-native-web": "^0.20.0",
4444
"typeface-roboto": "^1.1.13"
4545
},
4646
"devDependencies": {
4747
"@babel/core": "^7.25.2",
4848
"babel-plugin-module-resolver": "^5.0.0",
49-
"babel-preset-expo": "~12.0.0",
49+
"babel-preset-expo": "~13.0.0",
5050
"url-loader": "^4.1.1"
5151
},
5252
"engines": {

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,18 @@
6262
"@callstack/eslint-config": "^13.0.2",
6363
"@commitlint/config-conventional": "^8.3.4",
6464
"@react-native-vector-icons/material-design-icons": "^12.0.0",
65+
"@react-native/babel-preset": "^0.79.2",
6566
"@react-navigation/native": "^6.1.2",
6667
"@release-it/conventional-changelog": "^1.1.0",
6768
"@testing-library/jest-native": "^5.4.1",
6869
"@testing-library/react-native": "11.5.0",
6970
"@types/color": "^3.0.0",
7071
"@types/jest": "^29.2.1",
7172
"@types/node": "^13.1.0",
73+
"@types/react": "^19.0.0",
7274
"@types/react-dom": "^18.3.1",
7375
"@types/react-native-vector-icons": "^6.4.18",
74-
"@types/react-test-renderer": "^18.3.0",
76+
"@types/react-test-renderer": "^19.0.0",
7577
"@typescript-eslint/eslint-plugin": "^5.41.0",
7678
"@typescript-eslint/parser": "^5.41.0",
7779
"all-contributors-cli": "^6.24.0",
@@ -91,13 +93,12 @@
9193
"husky": "^1.3.1",
9294
"jest": "^29.6.3",
9395
"jest-file-snapshot": "^0.3.2",
94-
"metro-react-native-babel-preset": "0.73.9",
95-
"react": "18.3.1",
96-
"react-dom": "18.3.1",
97-
"react-native": "0.77.0",
96+
"react": "19.0.0",
97+
"react-dom": "19.0.0",
98+
"react-native": "0.79.2",
9899
"react-native-builder-bob": "^0.21.3",
99-
"react-native-safe-area-context": "5.1.0",
100-
"react-test-renderer": "18.3.1",
100+
"react-native-safe-area-context": "5.4.0",
101+
"react-test-renderer": "19.0.0",
101102
"release-it": "^13.4.0",
102103
"rimraf": "^3.0.2",
103104
"typescript": "5.0.4"

0 commit comments

Comments
 (0)