-
-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to selectable text? #34
Comments
Any update for this issue? |
@rubanraj54 sry still busy at the office. Will check when i have time. Thanks. |
@rubanraj54 hi, this looks like a react-native issue facebook/react-native#13938 |
This is not a react-native issue. Setting the ability to long press copy from the Text component as such |
I cannot select text in Text component which is already selectable.
Here's my code:
<ViewMoreText numberOfLines={15} renderViewMore={this.renderViewMore} renderViewLess={this.renderViewLess} > <Text selectable={true}>{content}</Text> </ViewMoreText>
I appreciate any help. ^__^
Thank you!
The text was updated successfully, but these errors were encountered: