Skip to content

Commit d5131b6

Browse files
authored
Merge pull request #611 from PlayerData/expo-54
chore(deps): Upgrade to Expo 54
2 parents 6f1f6ac + 9bdf951 commit d5131b6

File tree

7 files changed

+2062
-2462
lines changed

7 files changed

+2062
-2462
lines changed

example/app.config.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,15 @@ const config: ExpoConfig = {
3030
plugins: [
3131
["expo-document-picker"],
3232
["expo-router"],
33-
["./gradlePlugin.ts"]
33+
["./gradlePlugin.ts"],
34+
[
35+
'expo-build-properties',
36+
{
37+
android: {
38+
minSdkVersion: 33,
39+
},
40+
},
41+
],
3442
]
3543
};
3644

example/metro.config.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

example/package.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,19 @@
1313
},
1414
"dependencies": {
1515
"@playerdata/react-native-mcu-manager": "workspace:*",
16-
"expo": "53.0.23",
17-
"expo-constants": "~17.1.7",
18-
"expo-document-picker": "13.1.6",
19-
"expo-linking": "~7.1.7",
20-
"expo-router": "~5.1.4",
21-
"expo-splash-screen": "0.30.10",
22-
"expo-status-bar": "~2.2.3",
16+
"expo": "54.0.12",
17+
"expo-build-properties": "1.0.9",
18+
"expo-constants": "~18.0.9",
19+
"expo-document-picker": "14.0.7",
20+
"expo-linking": "~8.0.8",
21+
"expo-router": "~6.0.10",
22+
"expo-splash-screen": "31.0.10",
23+
"expo-status-bar": "~3.0.8",
2324
"lodash": "4.17.21",
24-
"react": "19.2.0",
25-
"react-native": "0.79.5",
25+
"react": "19.1.0",
26+
"react-native": "0.81.4",
2627
"react-native-ble-plx": "3.5.0",
27-
"react-native-reanimated": "~3.19.0",
28+
"react-native-reanimated": "~4.1.2",
2829
"react-native-safe-area-context": "5.6.1",
2930
"react-native-screens": "~4.16.0",
3031
"react-native-toast-message": "2.3.3"
@@ -33,7 +34,7 @@
3334
"@babel/core": "7.28.4",
3435
"@babel/runtime": "7.28.4",
3536
"@types/lodash": "4.17.20",
36-
"@types/react": "19.2.0",
37+
"@types/react": "19.1.17",
3738
"metro-react-native-babel-preset": "0.77.0",
3839
"ts-node": "^10.9.2",
3940
"typescript": "5.9.3"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"semantic-release": "24.2.9"
3232
},
3333
"resolutions": {
34-
"expo": ">53.0.0",
34+
"expo": ">= 54.0.0",
3535
"eslint-plugin-react": ">=7.37.5"
3636
}
3737
}

0 commit comments

Comments
 (0)