diff --git a/src/components/bottomSheet/BottomSheet.tsx b/src/components/bottomSheet/BottomSheet.tsx index 0374fba2..0d145791 100644 --- a/src/components/bottomSheet/BottomSheet.tsx +++ b/src/components/bottomSheet/BottomSheet.tsx @@ -237,7 +237,7 @@ const BottomSheetComponent = forwardRef( ); const animatedPosition = useSharedValue(INITIAL_POSITION); const animatedNextPosition = useSharedValue(INITIAL_VALUE); - const animatedNextPositionIndex = useSharedValue(0); + const animatedNextPositionIndex = useSharedValue(INITIAL_VALUE); // conditional const isAnimatedOnMount = useSharedValue(false);