From 164ccc4428dca4d0ee9520d29cc8e7d1b15c065a Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Sat, 9 Mar 2019 20:06:20 -0500 Subject: added proper app settings --- mobile/app.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'mobile/app.json') diff --git a/mobile/app.json b/mobile/app.json index 48162b1..c990fce 100644 --- a/mobile/app.json +++ b/mobile/app.json @@ -1,7 +1,7 @@ { "expo": { - "name": "hello-world", - "slug": "hello-world", + "name": "Helpthehome", + "slug": "helpthehome", "privacy": "public", "sdkVersion": "32.0.0", "platforms": [ @@ -24,6 +24,9 @@ ], "ios": { "supportsTablet": true + }, + "android": { + "package": "com.yourcompany.yourappname" } } -} \ No newline at end of file +} -- cgit v1.2.3