Skip to content

Commit 5015740

Browse files
committed
Add app logo
1 parent 93a3efe commit 5015740

6 files changed

Lines changed: 15 additions & 7 deletions

File tree

app.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@
1616
}
1717
},
1818
"android": {
19-
"adaptiveIcon": {
20-
"backgroundColor": "#E6F4FE",
21-
"foregroundImage": "./assets/images/android-icon-foreground.png",
22-
"backgroundImage": "./assets/images/android-icon-background.png",
23-
"monochromeImage": "./assets/images/android-icon-monochrome.png"
24-
},
2519
"edgeToEdgeEnabled": true,
2620
"predictiveBackGestureEnabled": false,
2721
"package": "com.anonymous.Bolic"

assets/images/icon.png

-369 KB
Loading

assets/images/logo-b.png

-7.16 KB
Binary file not shown.

assets/images/react-logo@2x.png

-13.9 KB
Binary file not shown.

logo-b.svg

Lines changed: 14 additions & 0 deletions
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "expo-router/entry",
44
"version": "1.0.0",
55
"scripts": {
6-
"start": "expo start",
6+
"start": "expo start --tunnel",
77
"reset-project": "node ./scripts/reset-project.js",
88
"android": "expo run:android",
99
"ios": "expo run:ios",

0 commit comments

Comments
 (0)