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
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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: