By default, iOS’s keyboard sets the first letter in text form fields (including type=email) to uppercase. (At least prior to iOS 5.)
type=email
Is there any way to
Just as a heads up, if you're looking at this example and you're using React Native, you'll want to use those props as camelcase.
autoCapitalize
and
autoCorrect
This confused me a bit until I looked at the React Native Documentation for Text Inputs.