TextInput有此处理使用
原文链接:https://www.f2er.com/react/301340.htmlautoCapitalize enum('none','sentences','words','characters')
例如尝试这样
<TextInput placeholder="" placeholderTextColor='rgba(28,53,63,1)' autoCapitalize = 'none' value ='test' />