hoaphantn7604 / react-native-curved-bottom-bar

A high performance, beautiful and fully customizable curved bottom navigation bar for React Native.
MIT License
468 stars 98 forks source link

headerShown is false #65

Open rohanthakran opened 1 year ago

rohanthakran commented 1 year ago

headerShown is false but it still visible with like title1 or titl2

Chetanya2809 commented 1 year ago

Header is not hiding though header shown is false. Any solution??

yetki commented 11 months ago

same issue....

Chetanya2809 commented 11 months ago

@yetki After so many attempts to achieve this, at last, I made my own custom bottom tab bar.

JessyAngel07 commented 11 months ago

I couldn't able to hide header

XChikuX commented 10 months ago

@Chetanya2809 How did you fix it? I'd love to get access to your code, if you are willing.

Usamaliaquat123 commented 10 months ago

add screenOptions={{ headerShown: false, }} on CurvedBottomBar

XChikuX commented 10 months ago

@Usamaliaquat123 Thank you!