ScrollView#keyboardDismissMode

keyboardDismissMode enum('none', 'interactive', 'on-drag')

Determines whether the keyboard gets dismissed in response to a drag. - 'none' (the default), drags do not dismiss the keyboard. - 'on-drag', the keyboard is dismissed when a drag begins. - 'interactive', the keyboard is dismissed interactively with the drag and moves in synchrony with the touch; dragging upwards cancels the dismissal. On android this is not supported and it will have the same behavior as 'none'.

doc_React_Native
2016-06-23 04:25:10
Comments
Leave a Comment

Please login to continue.