aboutsummaryrefslogtreecommitdiffstats
path: root/app.json
diff options
context:
space:
mode:
Diffstat (limited to 'app.json')
-rw-r--r--app.json13
1 files changed, 7 insertions, 6 deletions
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"