Skip to content

Commit 14e4f62

Browse files
antonisclaude
andcommitted
fix(e2e): Update react-native-svg to 15.15.4 for RN 0.85 compatibility
RN 0.85 changed the ImageResponseObserver API to use shared_ptr, which broke react-native-svg < 15.15.4. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a00de42 commit 14e4f62

2 files changed

Lines changed: 6 additions & 20 deletions

File tree

samples/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"react-native-reanimated": "4.3.0",
6262
"react-native-safe-area-context": "^5.5.2",
6363
"react-native-screens": "^4.13.1",
64-
"react-native-svg": "^15.12.1",
64+
"react-native-svg": "^15.15.4",
6565
"react-native-webview": "^13.15.0",
6666
"react-native-worklets": "0.8.1",
6767
"react-redux": "^9.2.0",

yarn.lock

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -28301,31 +28301,17 @@ __metadata:
2830128301
languageName: node
2830228302
linkType: hard
2830328303

28304-
"react-native-svg@npm:^15.12.1":
28305-
version: 15.13.0
28306-
resolution: "react-native-svg@npm:15.13.0"
28304+
"react-native-svg@npm:^15.15.4, react-native-svg@npm:^15.3.0":
28305+
version: 15.15.4
28306+
resolution: "react-native-svg@npm:15.15.4"
2830728307
dependencies:
2830828308
css-select: ^5.1.0
2830928309
css-tree: ^1.1.3
2831028310
warn-once: 0.1.1
2831128311
peerDependencies:
2831228312
react: "*"
2831328313
react-native: "*"
28314-
checksum: c20a95029630a1ff6d79caa9d01e9e3ad988afaa6787f306b1057369b8ce4ac1f2f0b3cf3367bac7e529e5f2ed03ce85236542ecfcf29f5827ab77dfd0921bb2
28315-
languageName: node
28316-
linkType: hard
28317-
28318-
"react-native-svg@npm:^15.3.0":
28319-
version: 15.6.0
28320-
resolution: "react-native-svg@npm:15.6.0"
28321-
dependencies:
28322-
css-select: "npm:^5.1.0"
28323-
css-tree: "npm:^1.1.3"
28324-
warn-once: "npm:0.1.1"
28325-
peerDependencies:
28326-
react: "*"
28327-
react-native: "*"
28328-
checksum: 31c70317b7ca4c74d2b1db28af7ae127920c004c606ed4bd37f1e191a9433f6ce9929eabd105ed8768a1327ad26675ef0eaa06a97ca736ced8bfc6410b0d7480
28314+
checksum: 6438a3e05e6da7891d9170a3e4bb4c75efa48270b2af926eb0dbf0c8f64bea659c28e008f1ceafefd157213344b54fb6b007fbce6817feed7fb9f550f015189e
2832928315
languageName: node
2833028316
linkType: hard
2833128317

@@ -30272,7 +30258,7 @@ __metadata:
3027230258
react-native-reanimated: 4.3.0
3027330259
react-native-safe-area-context: ^5.5.2
3027430260
react-native-screens: ^4.13.1
30275-
react-native-svg: ^15.12.1
30261+
react-native-svg: ^15.15.4
3027630262
react-native-webview: ^13.15.0
3027730263
react-native-worklets: 0.8.1
3027830264
react-redux: ^9.2.0

0 commit comments

Comments
 (0)