react-native-website
react-native-website copied to clipboard
feat: add `submitBehavior` and deprecate `blurOnSubmit` of TextInput component
A new prop submitBehavior
is added to TextInput
component and this deprecates blurOnSubmit
prop.
This PR updates document to sync with the changes. Please refer to https://github.com/facebook/react-native/pull/45588 for more info.