feat(icon): use rebreak_android.png from Play Console as app icon

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
chahinebrini 2026-05-11 02:43:31 +02:00
parent d9c41d4427
commit 3088526fc1
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
slug: "rebreak", slug: "rebreak",
version: "0.1.0", version: "0.1.0",
orientation: "portrait", orientation: "portrait",
icon: "./assets/icon.png", icon: "./assets/rebreak_android.png",
scheme: "rebreak", scheme: "rebreak",
userInterfaceStyle: "automatic", userInterfaceStyle: "automatic",
newArchEnabled: true, newArchEnabled: true,
@ -37,9 +37,9 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
android: { android: {
package: "org.rebreak.app", package: "org.rebreak.app",
adaptiveIcon: { adaptiveIcon: {
// Chain-only foreground (ohne "ReBreak"-Schrift). Auf Android schneidet die // Play-Console-Icon (rebreak_android.png) verwenden — wird durch Adaptive-Mask
// Adaptive-Icon-Mask (Kreis/Squircle/etc.) den Untertitel sonst ab. // gecropped (Kreis/Squircle), evtl. Edges leicht beschnitten je nach Design.
foregroundImage: "./assets/adaptive-icon-android.png", foregroundImage: "./assets/rebreak_android.png",
backgroundColor: "#0a0a0a", backgroundColor: "#0a0a0a",
}, },
permissions: [ permissions: [

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB