react-native-keyboard-aware-scroll-view
react-native-keyboard-aware-scroll-view copied to clipboard
Is there a way to prevent the scroll view from scrolling back to its original position when the keyboard is closed?
On long forms with many TextInputs, it would be preferred that the view stays where it is when the keyboard is closed, it doesn't scroll back to the original position before the keyboard was shown.
Is there a way to achieve this using this package?
enableResetScrollToCoords prop
That prop does not work.
Proof: https://github.com/APSL/react-native-keyboard-aware-scroll-view/issues/356#issuecomment-1262542926