Skip to content
This repository was archived by the owner on Jun 24, 2021. It is now read-only.
This repository was archived by the owner on Jun 24, 2021. It is now read-only.

Support props.children #52

Description

@KVinS

Hello. Why not implement text support between tags?
<SelectableText>Value</SelectableText>
It is necessary for compatibility with react-native-htmlview eg
I had to make a wrapper. Lol

export const MySelectableText = (props) => {
    return (
        <SelectableText {...props} value={props.children}/>
    );
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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