Skip to content

Commit c5e5474

Browse files
yyq1025claude
andcommitted
app: bump expo SDK patches + keyboard-controller + legend list
expo 56.0.11 via `expo install --fix` (13 SDK packages realigned), react-native-keyboard-controller 1.21.11, @legendapp/list 3.0.4. Native module patches changed — run `eas fingerprint:compare` before the next OTA publish. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 9392c6f commit c5e5474

2 files changed

Lines changed: 341 additions & 662 deletions

File tree

packages/app/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
},
1616
"dependencies": {
1717
"@config-plugins/react-native-webrtc": "^15.0.1",
18-
"@expo/metro-runtime": "~56.0.14",
19-
"@expo/ui": "~56.0.16",
20-
"@legendapp/list": "3.0.2",
18+
"@expo/metro-runtime": "~56.0.15",
19+
"@expo/ui": "~56.0.17",
20+
"@legendapp/list": "3.0.4",
2121
"@nandorojo/galeria": "^3.0.3",
2222
"@noble/ed25519": "^3.1.0",
2323
"@noble/hashes": "^2.2.0",
@@ -28,35 +28,35 @@
2828
"@tanstack/react-query": "^5.101.0",
2929
"@yyq1025/react-native-nitro-menu": "^0.2.0",
3030
"burnt": "^0.13.0",
31-
"expo": "56.0.9",
32-
"expo-build-properties": "~56.0.17",
33-
"expo-camera": "~56.0.7",
34-
"expo-constants": "~56.0.17",
31+
"expo": "56.0.11",
32+
"expo-build-properties": "~56.0.18",
33+
"expo-camera": "~56.0.8",
34+
"expo-constants": "~56.0.18",
3535
"expo-crypto": "~56.0.4",
36-
"expo-dev-client": "~56.0.19",
36+
"expo-dev-client": "~56.0.20",
3737
"expo-device": "~56.0.4",
38-
"expo-font": "~56.0.5",
38+
"expo-font": "~56.0.6",
3939
"expo-glass-effect": "~56.0.4",
4040
"expo-haptics": "~56.0.3",
41-
"expo-image": "~56.0.10",
42-
"expo-image-manipulator": "^56.0.17",
43-
"expo-image-picker": "^56.0.16",
44-
"expo-linking": "~56.0.13",
45-
"expo-router": "~56.2.9",
41+
"expo-image": "~56.0.11",
42+
"expo-image-manipulator": "^56.0.18",
43+
"expo-image-picker": "^56.0.17",
44+
"expo-linking": "~56.0.14",
45+
"expo-router": "~56.2.10",
4646
"expo-secure-store": "~56.0.4",
4747
"expo-splash-screen": "~56.0.10",
4848
"expo-status-bar": "~56.0.4",
4949
"expo-symbols": "~56.0.6",
5050
"expo-system-ui": "~56.0.5",
51-
"expo-updates": "~56.0.18",
51+
"expo-updates": "~56.0.19",
5252
"expo-web-browser": "~56.0.5",
5353
"react": "19.2.3",
5454
"react-dom": "19.2.3",
5555
"react-native": "0.85.3",
5656
"react-native-enriched-markdown": "0.6.0",
5757
"react-native-gesture-handler": "^2.31.2",
5858
"react-native-get-random-values": "~1.11.0",
59-
"react-native-keyboard-controller": "^1.21.9",
59+
"react-native-keyboard-controller": "^1.21.11",
6060
"react-native-nitro-modules": "^0.35.6",
6161
"react-native-reanimated": "^4.3.1",
6262
"react-native-safe-area-context": "^5.7.0",

0 commit comments

Comments
 (0)