I am using React Native and I would like to remove the cursor from text input.
How can I remove the cursor either using JavaScript or Android Functionality ?
Try:
<TextInput caretHidden={true} ... />
See: https://facebook.github.io/react-native/docs/textinput#carethidden
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With