[fix] TextInput add 'numbers-and-punctuation' keyboardType

This commit is contained in:
Nicolas Gallagher
2018-05-09 10:59:02 -07:00
parent 10407f3aa2
commit 2756ab49c3

View File

@@ -85,6 +85,7 @@ class TextInput extends Component<*> {
'default',
'email-address',
'number-pad',
'numbers-and-punctuation',
'numeric',
'phone-pad',
'search',