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",
|
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: [
|
||||||
|
|||||||
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