alinz / react-native-tabbar

Tab bar with more freedom
MIT License
265 stars 49 forks source link

Use of react-native-vector-icons with IconWithBar ? #34

Closed esutton closed 8 years ago

esutton commented 8 years ago

Is it possible to use react-native-vector-icons with IconWithBar ?

https://github.com/oblador/react-native-vector-icons

Any suggestion are appreciated.

Thank you for a great tab bar!

alinz commented 8 years ago

yes, however, if you already have your font file contains all the icons, I would suggest you to use react-native-pure-icon instead. it's pure js and doesn't have any dependencies on native side. checkout the new version of react-native-tabbar since I have rewritten from scratch.