react-native-vector-icons icon indicating copy to clipboard operation
react-native-vector-icons copied to clipboard

Cannot set colour to Ionicons type of icons

Open mrded opened this issue 6 years ago • 1 comments

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 avatar May 25 '18 12:05 mrded

@mrded did you find any resolution to this?

ashwingattani avatar Apr 23 '20 17:04 ashwingattani