diff --git a/src/components/bottomSheet/BottomSheet.tsx b/src/components/bottomSheet/BottomSheet.tsx index 7ac1bbf53..306a413c4 100644 --- a/src/components/bottomSheet/BottomSheet.tsx +++ b/src/components/bottomSheet/BottomSheet.tsx @@ -210,7 +210,7 @@ const BottomSheetComponent = forwardRef( animateOnMount ? -1 : _providedIndex ); const animatedPosition = useSharedValue(INITIAL_POSITION); - const animatedNextPosition = useSharedValue(0); + const animatedNextPosition = useSharedValue(Number.NEGATIVE_INFINITY); const animatedNextPositionIndex = useSharedValue(0); // conditional