Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

animated-tabbar is not working with Drawer Navigator #73

Closed
graphtobinary opened this issue Sep 3, 2020 · 1 comment
Closed

animated-tabbar is not working with Drawer Navigator #73

graphtobinary opened this issue Sep 3, 2020 · 1 comment

Comments

@graphtobinary
Copy link

Find below my Navigator

working Fine on IOS but in android Tab is not working ,
but when i change createDrawerNavigator to createStackNavigator it will work like a charm

Thanks in Advance

// Root Navigatorts
const RootNavigator = createDrawerNavigator(
{
Home: {
screen: TabNavigator,
},
Profile: {
screen: Profile,
},
},
{
contentComponent: drawerContentComponents,
drawerBackgroundColor:'#FAFAFA',
// drawerWidth:Dimensions.get('window').width,
}
);

const TabNavigator = createBottomTabNavigator(
{
Explore: Explore,
Gallery: Gallery,
Membership: Explore,
Shop: Gallery,
},
{
tabBarComponent: props => <AnimatedTabBar tabs={tabs} {...props} />,
},

);

@gorhom
Copy link
Owner

gorhom commented Sep 3, 2020

Hi @graphtobinary would you please update the issue and follow the reporting bug template so i could help you ? thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants