fix(app): react-native-svg auf 14.1 (kompatibel mit RN 0.73) — 15.x braucht neuere RN-Version

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-10 18:35:15 +02:00
parent b696b47feb
commit 03fc465057
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -79,8 +79,8 @@ android {
applicationId "com.ariacockpit" applicationId "com.ariacockpit"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 10100 versionCode 10101
versionName "0.1.1.0" versionName "0.1.1.1"
// Fallback fuer Libraries mit Product Flavors // Fallback fuer Libraries mit Product Flavors
missingDimensionStrategy 'react-native-camera', 'general' missingDimensionStrategy 'react-native-camera', 'general'
} }
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "aria-cockpit", "name": "aria-cockpit",
"version": "0.1.1.0", "version": "0.1.1.1",
"private": true, "private": true,
"scripts": { "scripts": {
"android": "react-native run-android", "android": "react-native run-android",
@@ -25,7 +25,7 @@
"react-native-safe-area-context": "^4.8.2", "react-native-safe-area-context": "^4.8.2",
"react-native-screens": "3.27.0", "react-native-screens": "3.27.0",
"react-native-sound": "^0.11.2", "react-native-sound": "^0.11.2",
"react-native-svg": "^15.15.4" "react-native-svg": "^14.1.0"
}, },
"devDependencies": { "devDependencies": {
"@react-native/eslint-config": "^0.73.2", "@react-native/eslint-config": "^0.73.2",