Pushing to new screen with tabbarHidden set to true and poping back to the screen, tabbar is animated from the left and it looks sloppy. Is it a bug or there is prop i can pass to prevent it from animating.
Expected behaviour is that Tab bar icons should not animate from left
This code hide tab on push
this.props.navigator.push({
screen: Route.UPLOADS,
navigatorStyle: {
tabBarHidden: true
},
title: title
})
Bug screen capture
Environment
I was able to fix this issue by adding following line to tabstyle
tabBarTranslucent: false
Another solution is to upgrade the wix navigation library to v2.