diff options
| author | Mohamed Bassem <me@mbassem.com> | 2026-01-17 19:00:51 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2026-01-18 14:37:24 +0000 |
| commit | 6094d360cc64806c7e2544c51b6a1f5b1ef140f6 (patch) | |
| tree | 09595cb0d32fb9dc2509da43a1385f7289d7984a /apps/mobile/components/bookmarks/BookmarkCard.tsx | |
| parent | c56cf4e24f6134547fb9c5b58eb20840f5083e9e (diff) | |
| download | karakeep-6094d360cc64806c7e2544c51b6a1f5b1ef140f6.tar.zst | |
deps(mobile): upgrade to sdk 54
Diffstat (limited to 'apps/mobile/components/bookmarks/BookmarkCard.tsx')
| -rw-r--r-- | apps/mobile/components/bookmarks/BookmarkCard.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mobile/components/bookmarks/BookmarkCard.tsx b/apps/mobile/components/bookmarks/BookmarkCard.tsx index e2df31b9..6c3ef070 100644 --- a/apps/mobile/components/bookmarks/BookmarkCard.tsx +++ b/apps/mobile/components/bookmarks/BookmarkCard.tsx @@ -9,7 +9,7 @@ import { View, } from "react-native"; import * as Clipboard from "expo-clipboard"; -import * as FileSystem from "expo-file-system"; +import * as FileSystem from "expo-file-system/legacy"; import * as Haptics from "expo-haptics"; import { router, useRouter } from "expo-router"; import * as Sharing from "expo-sharing"; |
