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.
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.