From 4a3190b15bf42ecd3c3990fc49baa2966545a218 Mon Sep 17 00:00:00 2001 From: lin onetwo Date: Fri, 8 Mar 2024 11:03:27 +0800 Subject: [PATCH] fix: update share filter --- app.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app.json b/app.json index cf96fc3..c27e85f 100644 --- a/app.json +++ b/app.json @@ -53,10 +53,8 @@ [ "expo-share-intent", { - "androidIntentFilters": [ - "text/*", - "image/*" - ], + "androidIntentFilters": ["*/*"], + "androidMultiIntentFilters": ["*/*"], "iosActivationRules": { "NSExtensionActivationSupportsWebURLWithMaxCount": 1, "NSExtensionActivationSupportsWebPageWithMaxCount": 1,