aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/package.json
diff options
context:
space:
mode:
authorxuatz <xzlow10@gmail.com>2025-07-27 06:18:13 +0900
committerGitHub <noreply@github.com>2025-07-26 22:18:13 +0100
commit8db89bb09964b9aceb709e6bab5ff632f1cc3c1c (patch)
treedb16730fe60fe0ac232bb4126ea9f87dce9cbfd6 /apps/mobile/package.json
parent154efe17421ca96d433fcc1f820ad460e1675bdc (diff)
downloadkarakeep-8db89bb09964b9aceb709e6bab5ff632f1cc3c1c.tar.zst
feat(mobile): add context aware sharing option in mobile app (#1785)
* v1 inside menu * v2 outside menu with share icon
Diffstat (limited to 'apps/mobile/package.json')
-rw-r--r--apps/mobile/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/mobile/package.json b/apps/mobile/package.json
index d5c2262f..00010ba6 100644
--- a/apps/mobile/package.json
+++ b/apps/mobile/package.json
@@ -29,6 +29,7 @@
"expo-clipboard": "^7.0.1",
"expo-constants": "~17.0.8",
"expo-dev-client": "^5.0.20",
+ "expo-file-system": "~18.0.12",
"expo-haptics": "^14.0.1",
"expo-image": "^2.0.7",
"expo-image-picker": "^16.0.6",
@@ -36,7 +37,8 @@
"expo-navigation-bar": "^4.0.9",
"expo-router": "~4.0.21",
"expo-secure-store": "^14.0.1",
- "expo-share-intent": "3.0.0",
+ "expo-share-intent": "3.2.3",
+ "expo-sharing": "~13.0.1",
"expo-status-bar": "~2.0.1",
"expo-system-ui": "^4.0.9",
"expo-web-browser": "^14.0.2",