From 46e269b45ffae92a10c579ed9619a5365e73b0ce Mon Sep 17 00:00:00 2001 From: amaliadwiy Date: Wed, 24 Sep 2025 14:08:04 +0800 Subject: [PATCH] fix: drawer bottom Deskripsi: - scrooll data pada drawer bottom No Issues --- components/drawerBottom.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/drawerBottom.tsx b/components/drawerBottom.tsx index 009d2b0..75f0a93 100644 --- a/components/drawerBottom.tsx +++ b/components/drawerBottom.tsx @@ -35,6 +35,7 @@ export default function DrawerBottom({ isVisible, setVisible, title, children, a backdropTransitionInTiming={500} backdropTransitionOutTiming={500} useNativeDriverForBackdrop={true} + propagateSwipe={true} > { keyboard ? @@ -62,7 +63,7 @@ export default function DrawerBottom({ isVisible, setVisible, title, children, a - + {children}