Closed
Description
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