react-native-keyboard-aware-scroll-view
react-native-keyboard-aware-scroll-view copied to clipboard
insetOnly option
Added insetOnly option. When enabled HOC only adds content inset if keyboard opened. Works well and useful when TexiInput initially visible on the screen. With inset iOS scrolls to it automatically and no thirdparty autoscrolling required.
This bug was a motivation to implementing it: https://github.com/APSL/react-native-keyboard-aware-scroll-view/issues/389