Skip to content

Unable to press on a FontAwesomeIcon on React Native #144

Closed
@Vasault

Description

@Vasault

When i wrap my fontawesomeicon with a press component like TouchableOpacity, Highlight, or whatever is available that can actually pass an onPress, the icon immediately disappears

<TouchableOpacity><FontAwesomeIcon icon={solidFaMugSaucer} color="red" /></TouchableOpacity>

Pretty much expecting to press on an icon, i really don't want to replace it with an imagine that i can actually press on, this fontawesomeicon doesn't even support onPress, so this is my only choice

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions