Skip to content

Commit 8cc6fbb

Browse files
Update docs
1 parent 1900b74 commit 8cc6fbb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

apps/docs/pages/docs/Components/draggable-modal.en-US.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ import PropsTable from "@components/docs/props-table";
88
# DraggableModal
99

1010
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+
<Callout type="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`
15+
</Callout>
1216

1317
## Import
1418

0 commit comments

Comments
 (0)