Wednesday, 14 November 2018

Swiping between tabs using createMaterialBottomTabNavigator for android

I have used React Navigation's createMaterialBottomTabNavigator to create a bottom tab navigator in my app. I want the screens to "slide" in from the left or right when the tab is changed, and swiping on the screen to be able to change tabs. I've looked into the documentation https://reactnavigation.org/docs/en/material-bottom-tab-navigator.html, and I can't find any configuration options that would make this happen. Why is this?



from Swiping between tabs using createMaterialBottomTabNavigator for android

No comments:

Post a Comment