react-native-keyboard-aware-view
react-native-keyboard-aware-view copied to clipboard
The multiple line text input is not scrolling up automatically when the keyboard is open.
it doesn't work for TextInput
from 'react-native' for me (the problem is multiline={true})
setting scrollEnabled={false} on TextInput fixed the problem