react-native-keyboard-input
react-native-keyboard-input copied to clipboard
revealKeyboardInteractive only works when scrollView inverted=true
if the scrollView is NOT inverted, the keyboard will reveal unexpected during scroll
probably caused by this?
KeyboardTrackingViewManager.m:566
if (inputView != nil && scrollView.contentOffset.y * (self.scrollIsInverted ? -1 : 1) > (self.scrollIsInverted ? scrollView.contentInset.top : scrollView.contentInset.bottom) + 50 && ![inputView isFirstResponder])