fix: upgrade react-native-svg to 15.15.4 to fix Fabric crash on RN 0.81

This commit is contained in:
Davide Scaini
2026-04-24 18:20:36 +02:00
parent c1e4ab5af7
commit bb44b80e97
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -26,7 +26,7 @@
"react-native": "0.81.5",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "~15.8.0",
"react-native-svg": "~15.15.0",
"react-native-webview": "13.15.0"
},
"devDependencies": {
@@ -7911,9 +7911,9 @@
}
},
"node_modules/react-native-svg": {
"version": "15.8.0",
"resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-15.8.0.tgz",
"integrity": "sha512-KHJzKpgOjwj1qeZzsBjxNdoIgv2zNCO9fVcoq2TEhTRsVV5DGTZ9JzUZwybd7q4giT/H3RdtqC3u44dWdO0Ffw==",
"version": "15.15.4",
"resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-15.15.4.tgz",
"integrity": "sha512-boT/vIRgj6zZKBpfTPJJiYWMbZE9duBMOwPK6kCSTgxsS947IFMOq9OgIFkpWZTB7t229H24pDRkh3W9ZK/J1A==",
"license": "MIT",
"dependencies": {
"css-select": "^5.1.0",
+1 -1
View File
@@ -27,7 +27,7 @@
"react-native": "0.81.5",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "~15.8.0",
"react-native-svg": "~15.15.0",
"react-native-webview": "13.15.0",
"@maplibre/maplibre-react-native": "~11.0.0"
},