Skip to content

Text not selectable on Android #32

@AtanvarnoJack

Description

@AtanvarnoJack

RN = "^0.61.5"
react-native-read-more-text = "^1.1.2",

When ReadMore have Text in children who have selectable props.
Text can't be selectable.
Only tested on Android 28 and 29

<ReadMore
  numberOfLines={numOfLine}
  renderTruncatedFooter={this._renderTruncatedFooter}
  renderRevealedFooter={this._renderRevealedFooter}
  onReady={this._handleTextReady}>
  <Text
    selectable={true}
    style={styles.container}>
    {this.renderMessages()}
  </Text>
</ReadMore>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions