Closed fouad1994 closed 3 years ago
Yes
Anyone have any example implementations of this?
Anyone have any example implementations of this?
In your createBottomTabNavigator add tabBarComponent: props => ( //theComponent ),
@timothyspengler Can you please share an example code or a gist?
any example?
Any Example ?
We have updated lib. and also added an example for the same. Please refer to it, and raise a new issue if you are getting any errors.
Has the example been removed? I can't seem to find a example for how to integrate this library with ReactNavigation.
in regards to @timothyspengler answer, then its correct you can style the tabBar with props, but there is no way to supply the {...props}
to the Tabbar component, leaving no option to navigate to the other Tab.Screen from Tab.Navigator
@emil-malmgaard-rasmussenplease go thru the below link for the use case. https://github.com/Mindinventory/react-native-tabbar-interaction#usage
I need to change the default createBottomTabNavigator design to this plugin can I do that?