maxs15 / react-native-modalbox

A <Modal/> component for react-native
MIT License
2.89k stars 505 forks source link

iPad Floating keyboard Support #336

Closed mym0404 closed 3 months ago

mym0404 commented 3 years ago

In current, the modal behaves strange when iPad floating keyboard is shown. It seems to its functionallity to avoiding keyboard by keyboard coordinate(frame) change.

This is related to facebook/react-native#29473 .