### Version v5 ### Platforms iOS ### What happened? For a modal with dynamicSizing enabled (`enableDynamicSizing`). When we focus an input in the modal, it will not respect given `maxDynamicContentSize`. ### Reproduction steps - setup a`BottomSheet` with some `BottomSheetTextInput` - set `BottomSheet` `enableDynamicSizing` props to `true` - set a `maxDynamicContentSize` - set `keyboardBehavior` to `interactive` - focus Input On Focus, keyboard will appear and `BottomSheet` modal might exceed given `maxDynamicContentSize` Here is a video of the reproduction where I set `maxDynamicContentSize` to avoid modal to prevent from slipping under the phone's top edge https://github.com/user-attachments/assets/6e6e026d-24e2-4618-818a-2fc5ce719ce9 ### Reproduction sample https://snack.expo.dev/@gkuenyme/bottomsheet-reproduction---maxdynamiccontentsize-not-enforced-on-keyboard-open
Version
v5
Platforms
iOS
What happened?
For a modal with dynamicSizing enabled (
enableDynamicSizing). When we focus an input in the modal, it will not respect givenmaxDynamicContentSize.Reproduction steps
BottomSheetwith someBottomSheetTextInputBottomSheetenableDynamicSizingprops totruemaxDynamicContentSizekeyboardBehaviortointeractiveOn Focus, keyboard will appear and
BottomSheetmodal might exceed givenmaxDynamicContentSizeHere is a video of the reproduction where I set
maxDynamicContentSizeto avoid modal to prevent from slipping under the phone's top edgeScreenRecording_03-24-2026.17-20-26_1.MP4
Reproduction sample
https://snack.expo.dev/@gkuenyme/bottomsheet-reproduction---maxdynamiccontentsize-not-enforced-on-keyboard-open