Add setNativeProps to QuickTextInput (#1881)
This commit is contained in:
parent
d9eb29a724
commit
939040c3cc
1 changed files with 4 additions and 0 deletions
|
|
@ -77,6 +77,10 @@ export default class QuickTextInput extends React.PureComponent {
|
|||
this.storedValue = this.props.value;
|
||||
}
|
||||
|
||||
setNativeProps(nativeProps) {
|
||||
this.input.setNativeProps(nativeProps);
|
||||
}
|
||||
|
||||
isFocused() {
|
||||
return this.input.isFocused();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue