react-native-keyboard-aware-scroll-view icon indicating copy to clipboard operation
react-native-keyboard-aware-scroll-view copied to clipboard

insetOnly option

Open andrey-tsaplin opened this issue 5 years ago • 0 comments

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

andrey-tsaplin avatar Nov 15 '19 11:11 andrey-tsaplin