diff options
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" |