TextInput has autoCapitalize to handle this.
`autoCapitalize enum('none', 'sentences', 'words', 'characters')`
For example try like this:
<TextInput
placeholder=""
placeholderTextColor="rgba(28,53,63, 1)"
autoCapitalize="none"
value="test"
/>