From bffbb94201a5637cb6b55b59b499fb0ec67218d6 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Mon, 11 Mar 2024 09:39:23 +0000 Subject: mobile: Setup share intent --- packages/mobile/app.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'packages/mobile/app.json') 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 + } + }] ] } } -- cgit v1.2.3-70-g09d2