react natif textinput foweroff capitaliser la première lettre

// Set autoCapitalize to 'none' to stop first letter cap
<TextInput
     placeholder=""
     placeholderTextColor='rgba(28,53,63, 1)'
     autoCapitalize = 'none'
     value ='test'
     />
Friendly Finch