shimohq / react-native-prompt-android

A polyfill library for Alert.prompt on Android platform, working both on Android and iOS platform.
MIT License
129 stars 74 forks source link

Allow autocapitalization #33

Open META-DREAMER opened 6 years ago

META-DREAMER commented 6 years ago

Would be great to support the autocapitalize prop: https://facebook.github.io/react-native/docs/textinput.html#autocapitalize

Noitidart commented 6 years ago

This is how they RN does it for TextInput - https://github.com/facebook/react-native/blob/master/ReactAndroid/src/main/java/com/facebook/react/views/textinput/ReactTextInputManager.java#L550