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:
parent
d9c41d4427
commit
3088526fc1
@ -6,7 +6,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
|
||||
slug: "rebreak",
|
||||
version: "0.1.0",
|
||||
orientation: "portrait",
|
||||
icon: "./assets/icon.png",
|
||||
icon: "./assets/rebreak_android.png",
|
||||
scheme: "rebreak",
|
||||
userInterfaceStyle: "automatic",
|
||||
newArchEnabled: true,
|
||||
@ -37,9 +37,9 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
|
||||
android: {
|
||||
package: "org.rebreak.app",
|
||||
adaptiveIcon: {
|
||||
// Chain-only foreground (ohne "ReBreak"-Schrift). Auf Android schneidet die
|
||||
// Adaptive-Icon-Mask (Kreis/Squircle/etc.) den Untertitel sonst ab.
|
||||
foregroundImage: "./assets/adaptive-icon-android.png",
|
||||
// Play-Console-Icon (rebreak_android.png) verwenden — wird durch Adaptive-Mask
|
||||
// gecropped (Kreis/Squircle), evtl. Edges leicht beschnitten je nach Design.
|
||||
foregroundImage: "./assets/rebreak_android.png",
|
||||
backgroundColor: "#0a0a0a",
|
||||
},
|
||||
permissions: [
|
||||
|
||||
BIN
apps/rebreak-native/assets/rebreak_android.png
Normal file
BIN
apps/rebreak-native/assets/rebreak_android.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 126 KiB |
Loading…
x
Reference in New Issue
Block a user