autoCapitalize enum('none', 'sentences', 'words', 'characters')
Can tell TextInput to automatically capitalize certain characters.
- characters: all characters,
- words: first letter of each word
- sentences: first letter of each sentence (default)
- none: don't auto capitalize anything
Please login to continue.