Add app title and app icon #23 #28

Merged
Vutukuri15 merged 1 commits from vutukuri15/23 into main 2025-02-23 10:51:55 -08:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{
"expo": {
"name": "poker-chips-helper",
"name": "Poker Chips Helper",
"slug": "poker-chips-helper",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"icon": "./assets/images/icon1.png",
"scheme": "myapp",
"userInterfaceStyle": "automatic",
djwesty commented 2025-02-23 10:28:22 -08:00 (Migrated from github.com)
Review

I suggest just replacing the default icon.png with the new image rather than adding a new file icon1.png.
In the interest of app cleanliness and reducing bloat we do not need to keep unused graphic resources in our app.

You can resolve this thread

I suggest just replacing the default `icon.png` with the new image rather than adding a new file `icon1.png`. In the interest of app cleanliness and reducing bloat we do not need to keep unused graphic resources in our app. You can resolve this thread
"newArchEnabled": true,

BIN
assets/images/icon1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB