corymsmith / react-native-icons

Quick and easy icons in React Native
MIT License
1.14k stars 141 forks source link

Ideas to integrate into the TabBar? #2

Closed josebalius closed 9 years ago

josebalius commented 9 years ago

Wondering what your ideas were for using this library in the TabBar? I would love to help make that happen!

corymsmith commented 9 years ago

I was just thinking about that, going to roll out a custom Tab bar item that allows you to use an icon in the same way

chadobado commented 9 years ago

+1 :)

corymsmith commented 9 years ago

In the works!

Thanks,

Cory Smith http://ca.linkedin.com/in/corysmith/ http:/twitter.com/smixx http://twitter.com/smixx

On Tue, Mar 31, 2015 at 5:42 PM, chadobado notifications@github.com wrote:

+1 :)

— Reply to this email directly or view it on GitHub https://github.com/corymsmith/react-native-icons/issues/2#issuecomment-88286011 .

josebalius commented 9 years ago

Awesome @corymsmith let us know if you want any help.

corymsmith commented 9 years ago

@josebalius @chadobado Just added a custom tab bar and published to npm :) Let me know if you have any issues installing.

scottwall0 commented 9 years ago

@corymsmith my project fails to build every time I add libReactNativeIcons.a to the Link Binary with Libraries build phase of my project. Any idea why that may be or how I can work around it? I've been trying to work it out but it doesn't seem to.

viscasillas commented 9 years ago

I can't get the icons to work at all. i have followed the installation instructions. But it the tabs just show up blank.

{ this.setState({ selectedTab: 'AllTasks' }); }}>
corymsmith commented 9 years ago

@viscasillas You will have to apply a style with a width and height as well