react-native/Libraries/Components/TextInput
James Isaac 227a5f4e8f Default TextInput autoCapitalize to sentences on Android
Summary:
Currently `TextInput.autoCapitalize` is defaulting to 'none' on Android.  This PR sets the default to 'sentences', to match iOS and the PropTypes documentation.

Fixes #14846
Closes https://github.com/facebook/react-native/pull/14853

Differential Revision: D5918196

Pulled By: shergin

fbshipit-source-id: d0d00e75d44a410c6821b4ff8910099aae2b2c7c
2017-09-26 18:32:14 -07:00
..
TextInput.js Default TextInput autoCapitalize to sentences on Android 2017-09-26 18:32:14 -07:00
TextInputState.js Fixed an incorrect word in the blurTextInput() documentation. 2017-06-20 19:31:29 -07:00