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
TextInput has a blurOnSubmit prop; when set to true, the return key dismisses the keyboard.
blurOnSubmit
However currently the prop does not work on Android. I've posted an issue on the subject: https://github.com/facebook/react-native/issues/8778