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

Immediate Touch Feedback #2

Closed timomeh closed 7 years ago

timomeh commented 7 years ago

Every time when pressing a Tab, measureLayout will be called. This takes a while and causes a slight delay when pressing the tab.

measureLayout should be delegated to a point in time before the tab is pressed.