React Native text input component doesnot show cursor on tap at the end of the input box issue code example
Example: react native textinput not show cursor
<TextInput caretHidden={true} ... />
<TextInput caretHidden={true} ... />