Can’t hide bottom navigation bar inside nested stack navigator that is nested inside Drawer Navigator react navigation v6
I have a DrawerNavigator. Inside which are multiple screens and one of which (Initial Home screen) is a Bottom Tab Navigator which further have Stack navigators in each tab. I am unable to hide the bottom navigation bar of the Tab navigator while I am inside the details screen of a tab i.e. stack navigator. How can I achieve this?
My scrollView compnent is not working despite all the online solutions
I recently started learning react native and i have been going through some styling problems nad tailwind conversion of code but leaving that i am facing a more irritating issue… My scrollView tag is not scrolling…