Skip to content

Commit

Permalink
fix: update share filter
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Mar 8, 2024
1 parent 718ec61 commit 4a3190b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,8 @@
[
"expo-share-intent",
{
"androidIntentFilters": [
"text/*",
"image/*"
],
"androidIntentFilters": ["*/*"],
"androidMultiIntentFilters": ["*/*"],
"iosActivationRules": {
"NSExtensionActivationSupportsWebURLWithMaxCount": 1,
"NSExtensionActivationSupportsWebPageWithMaxCount": 1,
Expand Down

0 comments on commit 4a3190b

Please sign in to comment.