diff --git a/Libraries/Components/TextInput/TextInput.js b/Libraries/Components/TextInput/TextInput.js index af4a8ffc2..dc8b5fe13 100644 --- a/Libraries/Components/TextInput/TextInput.js +++ b/Libraries/Components/TextInput/TextInput.js @@ -190,6 +190,7 @@ const TextInput = React.createClass({ * - `default` * - `numeric` * - `email-address` + * - `phone-pad` */ keyboardType: PropTypes.oneOf([ // Cross-platform