-
Notifications
You must be signed in to change notification settings - Fork 100
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
options={{headerShown: false}} in CurvedBottomBar.Screen is not working #63
Comments
Use options={{headerShown: false}} in CurvedBottomBar.Navigator |
In current v3.2.6 the issue still exists. For specific screen is there any way to hide the header??? |
But this will hide the header in all screens, which https://reactnavigation.org/docs/bottom-tab-navigator/ doesn't do. |
Issue is here https://github.com/hoaphantn7604/react-native-curved-bottom-bar/blob/master/src/CurvedBottomBar/components/BottomBarViewExpo/index.tsx#L291 the options are not passed to the screen. Here's a fix |
It would be nice if listener is also included on that line too |
screenOptions={ |
add |
@Usamaliaquat123 not sure if you understand the issue here, if you do that it hides the entire header. We don't want to hide the entire header but for some screens. Please read up the comments above. |
I try to hide the header in CurvedBottomBar.Screen : options={{headerShown: false}} but it not working, I just downgraded version to 2.4.1 so it worked.
The text was updated successfully, but these errors were encountered: