react-native-prompt-android icon indicating copy to clipboard operation
react-native-prompt-android copied to clipboard

Allow autocapitalization

Open META-DREAMER opened this issue 6 years ago • 1 comments

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

META-DREAMER avatar Mar 21 '18 02:03 META-DREAMER

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

Noitidart avatar Mar 23 '18 05:03 Noitidart