Giter Site home page Giter Site logo

Comments (8)

julekgwa avatar julekgwa commented on July 2, 2024 5

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 <Tab.Screen options={e?.props?.options} key={e?.props?.name} name={e?.props?.name}>

@hoaphantn7604

from react-native-curved-bottom-bar.

Usamaliaquat123 avatar Usamaliaquat123 commented on July 2, 2024 2

add screenOptions={{ headerShown: false, }} on CurvedBottomBar this will fix the issue

from react-native-curved-bottom-bar.

trunglemobiledev avatar trunglemobiledev commented on July 2, 2024

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.

Use options={{headerShown: false}} in CurvedBottomBar.Navigator

from react-native-curved-bottom-bar.

raveesh-gowda avatar raveesh-gowda commented on July 2, 2024

In current v3.2.6 the issue still exists. For specific screen is there any way to hide the header???

from react-native-curved-bottom-bar.

julekgwa avatar julekgwa commented on July 2, 2024

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.

Use options={{headerShown: false}} in CurvedBottomBar.Navigator

But this will hide the header in all screens, which https://reactnavigation.org/docs/bottom-tab-navigator/ doesn't do.

from react-native-curved-bottom-bar.

oniseven avatar oniseven commented on July 2, 2024

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 <Tab.Screen options={e?.props?.options} key={e?.props?.name} name={e?.props?.name}>

@hoaphantn7604

It would be nice if listener is also included on that line too

from react-native-curved-bottom-bar.

JessyAngel07 avatar JessyAngel07 commented on July 2, 2024

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.

screenOptions={
{
headerStatusBarHeight: -56,
} do this in screen option to hide header

from react-native-curved-bottom-bar.

julekgwa avatar julekgwa commented on July 2, 2024

@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.

from react-native-curved-bottom-bar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.