diff --git a/src/BottomSheet.tsx b/src/BottomSheet.tsx index 83234c94..48c254c2 100644 --- a/src/BottomSheet.tsx +++ b/src/BottomSheet.tsx @@ -69,6 +69,7 @@ export const BottomSheet = React.forwardRef< onSpringEnd, reserveScrollBarGap = blocking, expandOnContentDrag = false, + onScroll, ...props }, forwardRef @@ -666,7 +667,7 @@ export const BottomSheet = React.forwardRef< {header} )} -