When the user presses the Return key in a multiline TextInput, a new line is created and the keyboard continues to be visible. How should the keybo
Return
TextInput
To complete my comment about returnKeyType, you also need to set blurOnSubmit={true} which will trigger onSubmitEditing event handler too when Done is pressed.
returnKeyType
blurOnSubmit={true}
onSubmitEditing
See example https://rnplay.org/apps/0HIrmw for details.