diff --git a/native/bottom-sheets/bottom-sheet.react.js b/native/bottom-sheets/bottom-sheet.react.js --- a/native/bottom-sheets/bottom-sheet.react.js +++ b/native/bottom-sheets/bottom-sheet.react.js @@ -22,15 +22,6 @@ const snapPoints = React.useMemo(() => ['25%', '50%'], []); - const onChange = React.useCallback( - (index: number) => { - if (index === -1) { - onClosed(); - } - }, - [onClosed], - ); - return ( {children}