Skip to content
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

Cannot set Text to selectable when using ViewMoreText #47

Open
snooplyin opened this issue Oct 28, 2020 · 0 comments
Open

Cannot set Text to selectable when using ViewMoreText #47

snooplyin opened this issue Oct 28, 2020 · 0 comments

Comments

@snooplyin
Copy link

snooplyin commented Oct 28, 2020

Setting the ability to long press copy from a Text component as such <Text selectable={true}>{content}</Text> does not work when inside of the <ViewMoreText> wrapper. Works as expected outside of this component

Does not work

              <ViewMoreText
                numberOfLines={5}
                renderViewMore={this.renderViewMore}
                renderViewLess={this.renderViewLess}
              >
                <Text selectable={true}>{content}</Text>
              </ViewMoreText>

Does work

              <Text selectable={true}>{content}</Text>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant