halilb / react-native-textinput-effects

Text inputs with custom label and icon animations for iOS and android. Built with react native and inspired by Codrops.
MIT License
2.98k stars 291 forks source link

autoCapitalize Not Working #73

Closed ZainaliSyed closed 6 years ago

ZainaliSyed commented 6 years ago

<Hoshi value={value} maxLength={21} ref={"eventName"} labelStyle={this.state.eventStyle} returnKeyType="done" autoCapitalize="words" borderColor={Colors.transparent} onChangeText={onChangeText} keyboardType="name-phone-pad" /> @halilb

halilb commented 6 years ago

Thanks for reporting @ZainaliSyed!

The library is just passing those props to TextInput. So, you should look for answers why TextInput is not acting correctly with that prop. Let me know if it's working on a regular TextInput and not working on Hoshi.