App icon: violet heart + ECG pulse on the dashboard's dark palette
All checks were successful
Build & Release APK / build (push) Successful in 3m28s

Replaces the Expo template icons; adaptive foreground/monochrome/splash
generated from assets/icon-src/*.svg (rsvg-convert).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-07 19:38:28 -07:00
parent 1a65736fb8
commit adb8905ebf
13 changed files with 79 additions and 44 deletions

View File

@@ -9,7 +9,7 @@
"userInterfaceStyle": "dark",
"backgroundColor": "#0d0d0f",
"ios": {
"icon": "./assets/expo.icon",
"icon": "./assets/images/icon.png",
"bundleIdentifier": "xyz.rehbock.health",
"supportsTablet": true
},