DickyT / react-native-tabbar-navigator

(aka React Native Tanner Navigator) A component which builds excellent Navigator + TabBar based application, have a good solution for implementing hidesBottomBarWhenPushed in iOS.
97 stars 29 forks source link

Integrating with react-native-vector-icons? #10

Closed marketman400 closed 8 years ago

marketman400 commented 8 years ago

Hope finals went well. Any chance you can add support for https://github.com/oblador/react-native-vector-icons for the tabbar?

DickyT commented 8 years ago

@marketman400 Thanks for opening this issue, i will take a look after my university's final :-(

marketman400 commented 8 years ago

Thanks and good luck!

DickyT commented 8 years ago

@marketman400 Hi, I took a look at the react-native-vector-icons project, which it only displays the icons in text(?) , but not in image format, but the TabBarIOS object only accept image as the tab icons. Whats more, the TabBarIOS is an native component, it is hard to modify it

DickyT commented 8 years ago

@marketman400 I got a excellent website, which can generate base64 icons for tabbar, thats really convenience. http://fa2png.io/

marketman400 commented 8 years ago

Thanks for looking into this and nice find to generate icons!