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

The multiple line text input is not scrolling up automatically when the keyboard is open.

Open sundariragavan opened this issue 4 years ago • 2 comments

sundariragavan avatar Apr 15 '20 11:04 sundariragavan

it doesn't work for TextInput from 'react-native' for me (the problem is multiline={true})

slolkunchik avatar Mar 02 '21 11:03 slolkunchik

setting scrollEnabled={false} on TextInput fixed the problem

slolkunchik avatar Mar 03 '21 12:03 slolkunchik