Skip to content

Commit 4eb10b7

Browse files
authored
Upgrade to Expo SDK 51 (#234)
* update versions * Update generate-plugin.ts * Update yarn.lock * ffmpeg running * Update build.gradle * fix android webrtc * Update yarn.lock * working detox tests
1 parent bc6856f commit 4eb10b7

File tree

50 files changed

+1471
-1406
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1471
-1406
lines changed
757 Bytes
Loading
1.21 KB
Loading
1.19 KB
Loading

apps/app/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,26 @@
2525
"@config-plugins/detox": "*",
2626
"@config-plugins/react-native-adjust": "*",
2727
"@config-plugins/react-native-callkeep": "*",
28-
"detox": "^20.17.0",
29-
"expo": "~50.0.5",
30-
"expo-localization": "~14.8.3",
31-
"expo-splash-screen": "~0.26.4",
32-
"expo-status-bar": "~1.11.1",
28+
"detox": "^20.20.3",
29+
"expo": "~51",
30+
"expo-localization": "~15.0.3",
31+
"expo-splash-screen": "~0.27.4",
32+
"expo-status-bar": "~1.12.1",
3333
"fbjs": "^0.8.18",
3434
"i18n-js": "^3.8.0",
3535
"luxon": "^1.27.0",
3636
"react": "18.2.0",
37-
"react-native": "0.73.3",
38-
"react-native-adjust": "~4.37.1",
39-
"react-native-callkeep": "~4.3.12",
40-
"react-native-safe-area-context": "4.8.2"
37+
"react-native": "0.74.1",
38+
"react-native-adjust": "^4.38.1",
39+
"react-native-callkeep": "^4.3.13",
40+
"react-native-safe-area-context": "4.10.1"
4141
},
4242
"devDependencies": {
43-
"@babel/core": "^7.20.0",
43+
"@babel/core": "^7.24.0",
4444
"@babel/plugin-syntax-jsx": "^7.16.0",
4545
"@types/jest": "^29.4.0",
4646
"@types/luxon": "^1.27.1",
47-
"@types/react": "~18.2.45",
47+
"@types/react": "~18.2.79",
4848
"babel-jest": "^29.5.0",
4949
"jest": "^29.2.1",
5050
"jest-circus": "^29.5.0",

apps/apple-settings/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
},
1010
"dependencies": {
1111
"@config-plugins/ios-stickers": "*",
12-
"@react-native-community/slider": "~4.5.0",
13-
"@react-native-picker/picker": "~2.6.1",
14-
"expo": "~50.0.5",
15-
"expo-splash-screen": "~0.26.4",
16-
"expo-status-bar": "~1.11.1",
12+
"@react-native-community/slider": "4.5.2",
13+
"@react-native-picker/picker": "2.7.5",
14+
"expo": "~51",
15+
"expo-splash-screen": "~0.27.4",
16+
"expo-status-bar": "~1.12.1",
1717
"react": "18.2.0",
18-
"react-native": "0.73.3"
18+
"react-native": "0.74.1"
1919
},
2020
"devDependencies": {
21-
"@babel/core": "^7.20.0"
21+
"@babel/core": "^7.24.0"
2222
},
2323
"private": true
2424
}

apps/ffmpeg-kit-react-native/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
},
1010
"dependencies": {
1111
"@config-plugins/ffmpeg-kit-react-native": "*",
12-
"expo": "~50.0.5",
13-
"expo-splash-screen": "~0.26.4",
14-
"expo-status-bar": "~1.11.1",
12+
"expo": "~51",
13+
"expo-splash-screen": "~0.27.4",
14+
"expo-status-bar": "~1.12.1",
1515
"ffmpeg-kit-react-native": "^6.0.2",
1616
"react": "18.2.0",
17-
"react-native": "0.73.3"
17+
"react-native": "0.74.1"
1818
},
1919
"devDependencies": {
20-
"@babel/core": "^7.20.0"
20+
"@babel/core": "^7.24.0"
2121
},
2222
"private": true
2323
}

apps/ffmpeg-kit-react-native/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { useMediaInfo, useResolvedValue } from "./useMediaInfo";
1212

1313
export default function App() {
1414
const session = useMediaInfo(
15-
"http://techslides.com/demos/sample-videos/small.mp4"
15+
"http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerBlazes.mp4"
1616
);
1717

1818
if (!session) {

apps/ios-stickers/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
},
1111
"dependencies": {
1212
"@config-plugins/ios-stickers": "*",
13-
"expo": "~50.0.5",
14-
"expo-splash-screen": "~0.26.4",
15-
"expo-status-bar": "~1.11.1",
13+
"expo": "~51",
14+
"expo-splash-screen": "~0.27.4",
15+
"expo-status-bar": "~1.12.1",
1616
"react": "18.2.0",
17-
"react-native": "0.73.3"
17+
"react-native": "0.74.1"
1818
},
1919
"devDependencies": {
20-
"@babel/core": "^7.20.0"
20+
"@babel/core": "^7.24.0"
2121
},
2222
"private": true
2323
}

apps/react-native-branch/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
},
1010
"dependencies": {
1111
"@config-plugins/react-native-branch": "*",
12-
"expo": "~50.0.5",
13-
"expo-splash-screen": "~0.26.4",
14-
"expo-status-bar": "~1.11.1",
12+
"expo": "~51",
13+
"expo-splash-screen": "~0.27.4",
14+
"expo-status-bar": "~1.12.1",
1515
"react": "18.2.0",
16-
"react-native": "0.73.3",
17-
"react-native-branch": "^6.0.0"
16+
"react-native": "0.74.1",
17+
"react-native-branch": "^6.2.1"
1818
},
1919
"devDependencies": {
20-
"@babel/core": "^7.20.0"
20+
"@babel/core": "^7.24.0"
2121
},
2222
"private": true
2323
}

apps/react-native-dynamic-app-icon/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
},
1010
"dependencies": {
1111
"@config-plugins/react-native-dynamic-app-icon": "*",
12-
"expo": "~50.0.5",
13-
"expo-splash-screen": "~0.26.4",
14-
"expo-status-bar": "~1.11.1",
12+
"expo": "~51",
13+
"expo-splash-screen": "~0.27.4",
14+
"expo-status-bar": "~1.12.1",
1515
"react": "18.2.0",
16-
"react-native": "0.73.3",
16+
"react-native": "0.74.1",
1717
"react-native-dynamic-app-icon": "^1.1.0"
1818
},
1919
"devDependencies": {
20-
"@babel/core": "^7.20.0"
20+
"@babel/core": "^7.24.0"
2121
},
2222
"private": true
2323
}

0 commit comments

Comments
 (0)