aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/components/bookmarks/BookmarkList.tsx
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2026-02-08 22:45:32 +0000
committerMohamed Bassem <me@mbassem.com>2026-02-09 00:17:31 +0000
commite455e46852900c6d2b3e77b7a77e1b9da41b2ca8 (patch)
tree2d2042bd43d704b6432332c1465619b4b907dc71 /apps/mobile/components/bookmarks/BookmarkList.tsx
parent4186c4c64c68892248ce8671d9b8e67fc7f884a0 (diff)
downloadkarakeep-e455e46852900c6d2b3e77b7a77e1b9da41b2ca8.tar.zst
feat(mobile): more native screens
Diffstat (limited to 'apps/mobile/components/bookmarks/BookmarkList.tsx')
-rw-r--r--apps/mobile/components/bookmarks/BookmarkList.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/mobile/components/bookmarks/BookmarkList.tsx b/apps/mobile/components/bookmarks/BookmarkList.tsx
index adcf12e0..b3ac13e0 100644
--- a/apps/mobile/components/bookmarks/BookmarkList.tsx
+++ b/apps/mobile/components/bookmarks/BookmarkList.tsx
@@ -30,6 +30,7 @@ export default function BookmarkList({
<Animated.FlatList
ref={flatListRef}
itemLayoutAnimation={LinearTransition}
+ contentInsetAdjustmentBehavior="automatic"
ListHeaderComponent={header}
contentContainerStyle={{
gap: 15,