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

Warn or throw error for tab bar icon

Open brentvatne opened this issue 9 years ago • 2 comments

expo/vector-icons doesn't play nicely with TabBarIOS because 1) we don't recommend using it, JS solution is cross-platform and more customizable 2) we don't want to add the native module necessary to make it play nicely to Exponent.

So we should make it very clear whenever someone tries this that it will not work

brentvatne avatar Feb 09 '17 19:02 brentvatne

I'd be happy to hear your suggestions on what exactly to use instead of TabBarIOS. I'm unable to find any component in React Native that reimplements its behavior in JavaScript.

This restriction means that I simply can't use expo/vector-icons.

anlumo avatar Sep 10 '17 01:09 anlumo

react-navigation

brentvatne avatar Oct 25 '17 20:10 brentvatne