react-native-navigation
react-native-navigation copied to clipboard
Bottom tabs bar move bottom (hide below phone back button and other controllers)
- We are using react-native-indicator library for the progress indicator issues:- When first time app launch then display tab bar then after some process happen then progress indicator load then bottom tab bar hide and when navigate to other screen then bottom tab bar display proper and back to main screen then again progress bar hide
for more info please see attached video
https://user-images.githubusercontent.com/34374930/151141463-1b8007c5-4cfe-4c81-9ce9-fae6a63e1208.mov
When we set below property then its working fine
navigationBar: { visible: false, },
When we set below property then its working fine
navigationBar: { visible: false, },
Due to this property set, Bottom Navigation bar hide and show Bottom Tabs bar but if we set navigationBar: { visible: true, }, then Bottom tabs not display
Anyone, please help me My Application has 5 tabs, when I click another tab then some progress bar overlay opens then bottom tabs display proper and once progress bar overlay close the bottom tabs bar hide behind navigation bar
https://github.com/wix/react-native-navigation/issues/7523