You should add 2 attributes
selectTextOnFocus and editable
For example:
<TextInput editable={false} selectTextOnFocus={false} />
You should add 2 attributes
selectTextOnFocus and editable
For example:
<TextInput editable={false} selectTextOnFocus={false} />