diff --git a/src/components/bottomSheet/BottomSheet.tsx b/src/components/bottomSheet/BottomSheet.tsx index b16644070..3d475749b 100644 --- a/src/components/bottomSheet/BottomSheet.tsx +++ b/src/components/bottomSheet/BottomSheet.tsx @@ -1401,7 +1401,11 @@ const BottomSheetComponent = forwardRef( */ (Platform.OS === 'android' && keyboardBehavior === KEYBOARD_BEHAVIOR.interactive && - android_keyboardInputMode === KEYBOARD_INPUT_MODE.adjustResize) + android_keyboardInputMode === KEYBOARD_INPUT_MODE.adjustResize) || + /** + * if the sheet is closing, then exit then method + */ + animatedNextPositionIndex.value == -1 ) { animatedKeyboardHeightInContainer.value = 0; return;