maxs15 / react-native-modalbox

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

Adjust iPad floating keyboard frame change event #337

Open mym0404 opened 3 years ago

mym0404 commented 3 years ago

fix #336

AS-IS

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 .

Result

https://user-images.githubusercontent.com/33388801/105291886-14930e00-5bfc-11eb-9729-1d2cf434b480.mov

mym0404 commented 3 years ago

@maxs15 Please review my PR :)

mym0404 commented 11 months ago

Please Review Please