react-native-vector-icons
react-native-vector-icons copied to clipboard
Cannot set colour to Ionicons type of icons
Hello, regarding documentation, color
should set an icon colour, unfortunately, it doesn't work with Ionicons
type of icons.
<Icon type="Ionicons" name="md-checkmark" color="green" />
<Icon type="Ionicons" name="md-close" color="red" />
However, FontAwesome
type works as expected.
<Icon type="FontAwesome" name="home" color="green" />
@mrded did you find any resolution to this?