I used Text component reference: https://facebook.github.io/react-native/docs/text.html
with property selectable={true}
, is there any solution to get the user text selection start and end on Text
component not TextInput
component?
because I need to make the text selectable with editable false.