diff options
Diffstat (limited to 'packages/mobile/app.json')
| -rw-r--r-- | packages/mobile/app.json | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/packages/mobile/app.json b/packages/mobile/app.json index 9ebea4ea..11455267 100644 --- a/packages/mobile/app.json +++ b/packages/mobile/app.json @@ -16,19 +16,29 @@ "**/*" ], "ios": { - "supportsTablet": true + "supportsTablet": true, + "bundleIdentifier": "com.anonymous.hoardermobile" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" - } + }, + "package": "com.anonymous.hoardermobile" }, "web": { "favicon": "./assets/favicon.png" }, "plugins": [ - "expo-router" + "expo-router", + ["expo-share-intent", { + "iosActivationRules": { + "NSExtensionActivationSupportsWebURLWithMaxCount": 1, + "NSExtensionActivationSupportsWebPageWithMaxCount": 1, + "NSExtensionActivationSupportsImageWithMaxCount": 1, + "NSExtensionActivationSupportsMovieWithMaxCount": 1 + } + }] ] } } |
