aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Damani <kumar.damani@mail.utoronto.ca>2019-03-10 01:06:20 +0000
committerKumar Damani <kumar.damani@mail.utoronto.ca>2019-03-10 01:06:20 +0000
commit164ccc4428dca4d0ee9520d29cc8e7d1b15c065a (patch)
treea745937227ea69c903b232ca151e52bb783387c9
parent4be82ee680c4dbc5ee4389ebd01ad18753ea53cf (diff)
added proper app settingsfix-location-bug-d2
-rw-r--r--mobile/app.json9
1 files changed, 6 insertions, 3 deletions
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
+}