Skip to content

Commit edce615

Browse files
chore: upgrade to Expo SDK 55
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f8e7815 commit edce615

2 files changed

Lines changed: 1290 additions & 2559 deletions

File tree

package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -50,62 +50,62 @@
5050
"@op-engineering/op-sqlite": "^15.2.7",
5151
"@react-native-async-storage/async-storage": "2.2.0",
5252
"@react-native-clipboard/clipboard": "^1.16.2",
53-
"@react-native-community/netinfo": "^11.4.1",
53+
"@react-native-community/netinfo": "11.5.2",
5454
"@react-native-rag/executorch": "^0.8.0",
5555
"@react-native-rag/op-sqlite": "^0.8.0",
5656
"@react-native/metro-config": "^0.76.3",
57-
"@react-navigation/drawer": "^7.5.6",
58-
"expo": "^54.0.0",
59-
"expo-application": "~7.0.8",
60-
"expo-asset": "~12.0.11",
61-
"expo-clipboard": "~8.0.8",
62-
"expo-constants": "~18.0.12",
63-
"expo-device": "~8.0.10",
64-
"expo-document-picker": "~14.0.8",
65-
"expo-file-system": "~19.0.21",
66-
"expo-font": "~14.0.10",
67-
"expo-haptics": "~15.0.8",
68-
"expo-linking": "~8.0.10",
69-
"expo-localization": "~17.0.8",
70-
"expo-router": "~6.0.20",
71-
"expo-sharing": "~14.0.8",
72-
"expo-splash-screen": "~31.0.12",
73-
"expo-sqlite": "~16.0.10",
74-
"expo-status-bar": "~3.0.9",
57+
"@react-navigation/drawer": "^7.5.0",
58+
"expo": "^55.0.0",
59+
"expo-application": "~55.0.13",
60+
"expo-asset": "~55.0.13",
61+
"expo-clipboard": "~55.0.12",
62+
"expo-constants": "~55.0.12",
63+
"expo-device": "~55.0.13",
64+
"expo-document-picker": "~55.0.12",
65+
"expo-file-system": "~55.0.15",
66+
"expo-font": "~55.0.6",
67+
"expo-haptics": "~55.0.13",
68+
"expo-linking": "~55.0.11",
69+
"expo-localization": "~55.0.12",
70+
"expo-router": "~55.0.11",
71+
"expo-sharing": "~55.0.17",
72+
"expo-splash-screen": "~55.0.16",
73+
"expo-sqlite": "~55.0.14",
74+
"expo-status-bar": "~55.0.5",
7575
"expo-store-review": "~55.0.12",
7676
"metro-config": "^0.81.0",
77-
"react": "19.1.0",
78-
"react-native": "0.81.5",
79-
"react-native-audio-api": "^0.11.7",
77+
"react": "19.2.0",
78+
"react-native": "0.83.4",
79+
"react-native-audio-api": "0.12.0-nightly-f7c925b-20260402",
8080
"react-native-device-info": "^15.0.1",
8181
"react-native-enriched-markdown": "^0.4.1",
8282
"react-native-executorch": "^0.8.1",
8383
"react-native-executorch-expo-resource-fetcher": "^0.8.0",
84-
"react-native-gesture-handler": "~2.28.0",
84+
"react-native-gesture-handler": "~2.30.0",
8585
"react-native-image-picker": "^8.2.1",
86-
"react-native-keyboard-controller": "1.18.5",
86+
"react-native-keyboard-controller": "1.20.7",
8787
"react-native-loading-spinner-overlay": "^3.0.1",
8888
"react-native-pdfium": "file:./react-native-pdfium-0.1.3.tgz",
8989
"react-native-rag": "^0.8.0",
90-
"react-native-reanimated": "~4.1.1",
90+
"react-native-reanimated": "4.2.1",
9191
"react-native-safe-area-context": "~5.6.0",
92-
"react-native-screens": "~4.16.0",
93-
"react-native-svg": "15.12.1",
92+
"react-native-screens": "~4.23.0",
93+
"react-native-svg": "15.15.3",
9494
"react-native-svg-transformer": "^1.5.0",
9595
"react-native-toast-message": "^2.3.0",
9696
"react-native-wheel-scrollview-picker": "^2.0.6",
97-
"react-native-worklets": "0.5.1",
97+
"react-native-worklets": "0.7.2",
9898
"zustand": "^5.0.4"
9999
},
100100
"devDependencies": {
101101
"@babel/core": "^7.25.2",
102102
"@testing-library/jest-native": "^5.4.3",
103103
"@testing-library/react-native": "^13.3.3",
104-
"@types/jest": "^30.0.0",
105-
"@types/react": "~19.1.10",
106-
"jest": "^30.3.0",
107-
"jest-expo": "^55.0.11",
108-
"react-test-renderer": "19.1.0",
104+
"@types/jest": "29.5.14",
105+
"@types/react": "~19.2.10",
106+
"jest": "~29.7.0",
107+
"jest-expo": "~55.0.14",
108+
"react-test-renderer": "19.2.0",
109109
"typescript": "~5.9.2"
110110
},
111111
"private": true,

0 commit comments

Comments
 (0)