Commit c83345e
authored
chore: upgrade to Expo SDK 55 (#185)
* Upgrade Expo/RN to v55/0.83 and adjust configs
Bump Expo and React/React Native versions across demo apps (app-clip-demo, kitchen, live-activities-demo, widget-demo) to expo ^55, expo-splash-screen ~55.0.17, react 19.2.0 and react-native 0.83.4. Remove legacy newArchEnabled flags from several app.json files. Update package metadata and bun.lock to reflect upgraded Expo packages and related dependency updates (config-plugins, metro, devtools, codegen, and other Expo / RN tooling).
* iOS: update Podfiles and native dependencies
Podfile tweaks and dependency updates for multiple iOS targets (app-clip, kitchen, live-activities, widget-demo).
Key changes:
- Added ccache detection helper and set several ENV defaults (RN dep/prebuilt RN core, Hermes V1 flag, EX_DEV_CLIENT_NETWORK_INSPECTOR).
- Switched autolinking invocation to a direct node call (node --no-warnings --eval require('expo/bin/autolinking')).
- Removed Xcode resource bundle code-signing workaround.
- Updated Podfile.lock entries (Expo/React Native/Hermes and related pods) to newer prebuilt RN/core packages and refreshed many native pods.
- Updated/added iOS assets and privacy files (app icons, splash assets, PrivacyInfo.xcprivacy) across apps and targets.
These changes align native iOS build config with newer RN/Expo releases and streamline build-time options (ccache, prebuilt RN core, Hermes).1 parent 913a0f1 commit c83345e
110 files changed
Lines changed: 8434 additions & 2907 deletions
File tree
- apps
- app-clip-demo
- ios
- baconsappclip.xcodeproj
- baconsappclip
- targets/clip/Assets.xcassets/AppIcon.appiconset
- kitchen
- ios
- targetskitchen.xcodeproj
- targetskitchen
- Images.xcassets
- AppIcon.appiconset
- SplashScreenLegacy.imageset
- SplashScreenLogo.imageset
- targets
- app-clip/Assets.xcassets/AppIcon.appiconset
- live-activities-demo
- ios
- baconsappliveactivity.xcodeproj
- baconsappliveactivity
- targets/widget/Assets.xcassets/AppIcon.appiconset
- widget-demo
- ios
- baconsappwidget.xcodeproj
- baconsappwidget
- packages/apple-targets
- e2e/fixture
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
10 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
10 | 19 | | |
11 | | - | |
12 | | - | |
13 | 20 | | |
14 | 21 | | |
15 | 22 | | |
| |||
20 | 27 | | |
21 | 28 | | |
22 | 29 | | |
23 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
24 | 34 | | |
25 | 35 | | |
26 | 36 | | |
| |||
47 | 57 | | |
48 | 58 | | |
49 | 59 | | |
50 | | - | |
| 60 | + | |
51 | 61 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
| |||
0 commit comments