Closed bneigher closed 3 years ago
Hi @bneigher That looks good.. Do you mind submitting a PR?
hey, I've submitted a PR with this change @ethanshar #1314
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Which component?
TabBarItem / TabController.TabBarItem
What is the new feature?
Two very simple changes to support my (and probs common use case of using color icons as the tab icon)
Code snippet
https://github.com/wix/react-native-ui-lib/blob/master/src/components/tabController/TabBarItem.tsx#L228-L243
disableIconTint prop (or item setting)
These two changes allow for my use case as pictured above.