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

Unable to press on a FontAwesomeIcon on React Native #144

Open
Vasault opened this issue Sep 13, 2022 · 1 comment
Open

Unable to press on a FontAwesomeIcon on React Native #144

Vasault opened this issue Sep 13, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@Vasault
Copy link

Vasault commented Sep 13, 2022

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

@robmadole robmadole added the bug Something isn't working label Sep 20, 2022
@robmadole
Copy link
Member

Sounds like a bug @Vasault. We'll take a look when we can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants