Peter Ruibal 752b68857c Add visible-password for TextInput.keyboardType on Android
Summary:
`visible-password` represents a very basic keyboard, typically only
letters and numbers.  Backed by InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD,
it is useful for things like password and code entry fields. It can also be more
effective than autoCorrect={false} for disabling autocompletion on some keyboards
(like Gboard).

Note `secureTextEntry` also affects `TYPE_TEXT_VARIATION_*` flags internally, so there
may be some undefined behavior when combining `secureTextEntry` with
`keyboardType="visible-password"`

Also, while here, improve the documentation on TextInput to explicitly enumerate
which keyboardType applies to Android vs. iOS (since this is the first android-specific)

Reviewed By: shergin

Differential Revision: D6005353

fbshipit-source-id: 13af90c96353f714c0e106dd0fde90184a476533
2017-10-10 18:18:34 -07:00
..
2017-09-06 03:33:43 -07:00
2017-09-29 15:03:23 -07:00
2017-09-24 23:01:25 -07:00
2017-09-06 03:33:43 -07:00
2017-08-29 15:01:05 -07:00
2017-10-08 12:38:45 -07:00
2017-09-05 12:48:16 -07:00
2017-10-09 17:46:44 -07:00
2017-10-09 17:46:44 -07:00
2017-09-21 12:31:37 -07:00
2017-10-09 17:46:44 -07:00