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
+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"
},