Open Jamal-ReachFirst opened 4 months ago
what happens if you do this line:
renderTabBar={props => <MyTabar {...props} />
I ask because I want to do the same thing, was wondering if throws an error and how much work this would take 🤔
the main reason is because of this issue https://github.com/react-navigation/react-navigation/issues/11047. I want to keep using this library; but, it seems like the underlying tab navigator has a delay bug.
Existing code:
Instead of default material tabbar I want to render completely custom tabbar like we use in react-navigation material tabbar
Example: