### Version v5 ### Reanimated Version v3 ### Gesture Handler Version v2 ### Platforms iOS ### What happened? > This is the same thing originally posted in https://github.com/gorhom/react-native-bottom-sheet/issues/1887 which was closed. **Expected** As a user, when I dismiss a keyboard, the bottom sheet modal should go back to its original position **Actual** on iOS the bottom sheet does not go back to default/previous position. https://github.com/user-attachments/assets/3fed0890-3529-48c1-80b9-6bf6c4a2acd7 ### Reproduction steps - ensure prop `keyboardBehavior="extend"` - Open Snack link - Present Modal - Focus the input - you will see keyboard appears + modal shifts up 👍 - Press "done" button on keyboard - you will see keyboard disappears + modal stays shifted up 👎 ### Reproduction sample https://snack.expo.dev/@lucksp/bottom-sheet---issue-reproduction-template ### Relevant log output ```shell ```