You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 componentDoes not work
Does work
The text was updated successfully, but these errors were encountered: