alinz / react-native-tabbar

Tab bar with more freedom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use custom icons/icons with Tabbar?

robtg4 opened this issue · comments

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

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

@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.

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
#12 (comment)
.

Thanks very much!

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