timomeh / react-native-material-bottom-navigation

💅🔧👌 a beautiful, customizable and easy-to-use material design bottom navigation for react-native
MIT License
710 stars 127 forks source link

How to remove resizing animation? #37

Closed muzammil-triffort closed 7 years ago

muzammil-triffort commented 7 years ago

Is this possible to remove the resizing animation while switching to other tabs? Thanks in advance.

timomeh commented 7 years ago

Not in this version. This component will have some un-customizable behaviours which are according to the Material Guideliens. For an explanation see https://github.com/timomeh/react-native-material-bottom-navigation/issues/15#issuecomment-285116249.

If you need custom behaviour, you have to fork it, remove the animation from the code and use your own repo in your app.

But I'm started to work on a new component (as time allows) which aims to be highly customizable. Stay tuned for that.

muzammil-triffort commented 7 years ago

Okay Thanks!