ptomasroos / react-native-tab-navigator

A tab bar that switches between scenes, written in JS for cross-platform support
MIT License
2.4k stars 415 forks source link

Support Icon Fonts - iconType option #55

Closed gfranko closed 6 years ago

gfranko commented 8 years ago

Currently, it is assumed that an Image component is used for the icon, and will throw a warning if a different component is used (since the tintColor style is not supported for other types of components).

Since icon fonts are also widely used, would you be open to creating a new iconType option that allowed you to specify text or image (the default), and would only add the default tintColor style if the type was an image?

Thanks again for all your hard work

magrinj commented 8 years ago

61

ptomasroos commented 6 years ago

Will close since this issue is more than a year, feel free to a open a new if this is still a issue.