aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/components/bookmarks/BookmarkLinkPreview.tsx
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2026-02-01 19:43:32 +0000
committerMohamed Bassem <me@mbassem.com>2026-02-01 19:43:32 +0000
commite86188000147e0178ac6ca971f061b37daa40132 (patch)
tree654b20fd932d9ca4f93ef4e2bfc85ff6d9fd624c /apps/mobile/components/bookmarks/BookmarkLinkPreview.tsx
parentb16fa5e21a3852151c6b3d3d5569154d863d1795 (diff)
downloadkarakeep-e86188000147e0178ac6ca971f061b37daa40132.tar.zst
fix(mobile): migrate from RN image to expo-image
Diffstat (limited to 'apps/mobile/components/bookmarks/BookmarkLinkPreview.tsx')
-rw-r--r--apps/mobile/components/bookmarks/BookmarkLinkPreview.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/mobile/components/bookmarks/BookmarkLinkPreview.tsx b/apps/mobile/components/bookmarks/BookmarkLinkPreview.tsx
index fe27836a..57e00c24 100644
--- a/apps/mobile/components/bookmarks/BookmarkLinkPreview.tsx
+++ b/apps/mobile/components/bookmarks/BookmarkLinkPreview.tsx
@@ -228,7 +228,8 @@ export function BookmarkLinkScreenshotPreview({
<Pressable onPress={() => setImageZoom(true)}>
<BookmarkAssetImage
assetId={asset.id}
- className="h-full w-full object-contain"
+ className="h-full w-full"
+ contentFit="contain"
/>
</Pressable>
</View>