diff --git a/src/components/bottomSheet/BottomSheet.tsx b/src/components/bottomSheet/BottomSheet.tsx index 03622c589..673451787 100644 --- a/src/components/bottomSheet/BottomSheet.tsx +++ b/src/components/bottomSheet/BottomSheet.tsx @@ -498,7 +498,8 @@ const BottomSheetComponent = forwardRef( animateOnMount && isLayoutCalculated && didMountOnAnimate.current === false && - isClosing.current === false + isClosing.current === false && + _providedIndex !== -1 ) { manualSnapToPoint.setValue(snapPoints[_providedIndex]); didMountOnAnimate.current = true;