timomeh / react-native-material-bottom-navigation

πŸ’…πŸ”§πŸ‘Œ a beautiful, customizable and easy-to-use material design bottom navigation for react-native
MIT License
709 stars 127 forks source link

suggestion: maybe you can support a no-label version? #31

Closed edwardfxiao closed 6 years ago

edwardfxiao commented 7 years ago

supporting icon-only might be helpful for a certain amount of people

timomeh commented 7 years ago

Usually I would refer to https://github.com/timomeh/react-native-material-bottom-navigation/issues/15#issuecomment-285116249 and say that that's not how the guidelines define the material bottom navigation, but I changed my mind on this… at least a bit.

At the moment I can't simply support full customizability, because I tried to be really detailed in my implementation. For example the animations are pixel-perfect, and if I would support something like changing label size (as someone else suggested), the Animations would be totally fucked up.

But after seeing examples of real Apps from Google with the Bottom Navigation (cf. YouTube), I realized they don't use their own BottomNavigation at all. The official Android Libraries for the BottomNavigation aren't really that great, too. I also read/heard good arguments for not using the BottomNavigation as the Guidelines define them.

So, public service announcement: I decided to provide a much more flexible version. Yep, that would also include a no-label version. Making a new version has a high priority for me. But please don't expect a new version in the next two or three weeks or so. I'm also a bit involved in my work and social life. πŸ˜„

πŸŽ‰

edwardfxiao commented 7 years ago

really glad to hear that! And sure, take your timeπŸ˜„

deadcoder0904 commented 7 years ago

Any update ? Gosh, the labels are annoying coz my Labels are pretty big so the animations look a bit weird 😩

timomeh commented 7 years ago

I'm busy af at the moment, sorry. Will try to do something soon.

deadcoder0904 commented 7 years ago

Its OK. No need to be Sorry πŸ˜„ I created my own for my particular use-case Bdw awesome library just labels are annoying for me πŸ˜‚ bcz on smaller devices with 5 tabs it looks more weirder Happy Coding πŸ˜ƒ

raihanrazi commented 7 years ago

Great work on this! Looking forward to the next release. Cheers

danielcdcj commented 6 years ago

I'm interested in having icon-only tab bar too! Looking forward to the next release. Cheers!

josephbuchma commented 6 years ago

+1

timomeh commented 6 years ago

I am currently (at this moment) doing a big refactor/rewrite of the whole BottomNavigation. I'll include this feature in the upcoming version.

timomeh commented 6 years ago

Closed with release of v1.0.0. Check out the docs for IconTab. πŸš€