mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 21:53:30 +00:00
[react_native] JS files from D2126599: Android MentionInput Rendering (part 1/2)
This commit is contained in:
parent
8e3c02e4f0
commit
fc48f175c3
@ -510,6 +510,7 @@ var TextInput = React.createClass({
|
||||
onFocus={this._onFocus}
|
||||
onBlur={this._onBlur}
|
||||
onChange={this._onChange}
|
||||
onTextInput={this._onTextInput}
|
||||
onEndEditing={this.props.onEndEditing}
|
||||
onSubmitEditing={this.props.onSubmitEditing}
|
||||
onLayout={this.props.onLayout}
|
||||
|
Loading…
x
Reference in New Issue
Block a user