diff options
author | 2022-05-20 00:51:30 +0100 | |
---|---|---|
committer | 2022-05-21 17:06:33 +0100 | |
commit | 79722f7356fa8e633cfda683857100f10409bcbd (patch) | |
tree | a070e6831dd50155e71f66c3d918b57ee81d3007 /app.json | |
parent | 9996d8f36cf91a7e9932961cbf0c178a62aa14d3 (diff) | |
download | notes_mobile-79722f7356fa8e633cfda683857100f10409bcbd.tar.gz notes_mobile-79722f7356fa8e633cfda683857100f10409bcbd.tar.bz2 notes_mobile-79722f7356fa8e633cfda683857100f10409bcbd.zip |
configure eas, improve top bar
Diffstat (limited to 'app.json')
-rw-r--r-- | app.json | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -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" |