You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/pages/docs/Components/draggable-modal.en-US.mdx
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,11 @@ import PropsTable from "@components/docs/props-table";
8
8
# DraggableModal
9
9
10
10
Component to render a draggable modal, based on [`react-native-bottom-sheet`](https://github.com/gorhom/react-native-bottom-sheet).
11
-
It wraps a `BottomSheetModal` and automatically embeds a `BottomSheetScrollView` so that your content is scrollable out of the box.
11
+
It wraps a `BottomSheetModal`, if you need to add scroll inside content view you can use scrollables components from https://gorhom.dev/react-native-bottom-sheet/scrollables
12
+
13
+
<Callouttype="warning"emoji="⚠️">
14
+
If `BottomSheetScrollView` from `react-native-bottom-sheet` is not working inside `DraggableModal` component then try to use `ScrollView` from `react-native-gesture-handler`
0 commit comments