From 79722f7356fa8e633cfda683857100f10409bcbd Mon Sep 17 00:00:00 2001 From: piotrruss Date: Fri, 20 May 2022 00:51:30 +0100 Subject: configure eas, improve top bar --- app.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'app.json') diff --git a/app.json b/app.json index c0e5576..84ba331 100644 --- a/app.json +++ b/app.json @@ -1,15 +1,15 @@ { "expo": { - "name": "AwesomeProject", - "slug": "AwesomeProject", + "name": "Notes", + "slug": "notes", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/icon.png", - "userInterfaceStyle": "light", + "userInterfaceStyle": "dark", "splash": { "image": "./assets/splash.png", "resizeMode": "contain", - "backgroundColor": "#ffffff" + "backgroundColor": "#000000" }, "updates": { "fallbackToCacheTimeout": 0 @@ -23,8 +23,9 @@ "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", - "backgroundColor": "#FFFFFF" - } + "backgroundColor": "#000000" + }, + "package": "com.pruss.notes" }, "web": { "favicon": "./assets/favicon.png" -- cgit v1.2.3