react-native-prompt-android
react-native-prompt-android copied to clipboard
Allow autocapitalization
Would be great to support the autocapitalize prop: https://facebook.github.io/react-native/docs/textinput.html#autocapitalize
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