alinz / react-native-tabbar

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

How to use custom icons/icons with Tabbar? #12

Closed robtg4 closed 8 years ago

robtg4 commented 8 years ago

Could you please add this example to the readme? Thanks!

fuxinzhang commented 8 years ago

it supports custom icons well before Dec 22 2015, but new commits are pushed, it doesn't seem to support custom icons!

alinz commented 8 years ago

@robtg4 @fuxinzhang I have extracted some logic from our app and created a new project called react-native-pure-icon. This is what we do to use custom icon for our app. It works fine for both iOS and android.

The other thing is our tab will be pure View Component so you need to build everything. I will make a brand new example for this.

robtg4 commented 8 years ago

Thanks! Much appreciated! On Jan 4, 2016 3:08 PM, "Ali Najafizadeh" notifications@github.com wrote:

@robtg4 https://github.com/robtg4 @fuxinzhang https://github.com/fuxinzhang I have extracted some logic from our app and created a new project called react-native-pure-icon. This is what we do to use custom icon for our app. It works fine for both iOS and android.

The other thing is our tab will be pure View Component so you need to build everything. I will make a brand new example for this.

— Reply to this email directly or view it on GitHub https://github.com/alinz/react-native-tabbar/issues/12#issuecomment-168789765 .

fuxinzhang commented 8 years ago

Thanks very much!

alinz commented 8 years ago

@robtg4 @fuxinzhang I have updated project with even more exciting feature. Take a look at the example