[fix] Add inputAccessoryViewID to TextInput props

Close #1076
This commit is contained in:
James Long
2018-08-16 22:03:07 -04:00
committed by Nicolas Gallagher
parent b9172ceb8e
commit a18d30c809

View File

@@ -81,6 +81,7 @@ class TextInput extends Component<*> {
clearTextOnFocus: bool,
defaultValue: string,
editable: bool,
inputAccessoryViewID: string,
keyboardType: oneOf([
'default',
'email-address',
@@ -174,6 +175,8 @@ class TextInput extends Component<*> {
const {
autoCorrect,
editable,
/* eslint-disable */
inputAccessoryViewID,
keyboardType,
multiline,
numberOfLines,