Commit 374351b
Upgrade to Expo SDK 57 (#44)
With Xcode 27, `npx expo run:ios` fails on Expo SDK 54 before it even
looks at devices: Xcode 27 replaced Simulator.app with DeviceHub.app, and
the SDK 54 CLI still checks for Simulator.app. The fix is only in the
SDK 56+ CLI, so move the sample to SDK 57.
- expo 54 -> 57, react-native 0.81.5 -> 0.86.3, react 19.2.3, and all
Expo-managed packages aligned with `npx expo install --fix`
- @config-plugins/react-native-webrtc 13 -> 15 (supports SDK 56+)
- @livekit/react-native-expo-plugin 1.0.1 -> 1.0.3 (fixes the
config-plugins import that broke on SDK 57)
- typescript 6.0 as a dev dependency only; drop the stray runtime entry
- CI on Node 22, required by react-native 0.86 and Metro
- useThemeColor: ColorSchemeName now includes 'unspecified'; treat
everything except 'dark' as light
- ControlBar: derive the track reference with useMemo instead of
setState inside an effect (new react-hooks lint rule)
Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>1 parent 0438f5d commit 374351b
5 files changed
Lines changed: 2926 additions & 2433 deletions
File tree
- .github/workflows
- app/assistant/ui
- hooks
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
34 | 42 | | |
35 | 43 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | 44 | | |
49 | 45 | | |
50 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments