SteffeyDev / react-native-popover-view

A well-tested, adaptable, lightweight <Popover> component for react-native
MIT License
614 stars 92 forks source link

Fix cyclical shiftForKeyboard() bug #99

Closed tecno40 closed 3 years ago

tecno40 commented 3 years ago

While using react-native-popover-view for our application I found a bug where the shiftedDispalyArea could potentially become "double shifted" as the shiftForKeyboard() was relying on the shiftedDispalyArea value which already had the shift accounted for within it.

SteffeyDev commented 3 years ago

Thanks for the fix!