react-native-navigation icon indicating copy to clipboard operation
react-native-navigation copied to clipboard

Bottom tabs bar move bottom (hide below phone back button and other controllers)

Open MiteshJabuani opened this issue 3 years ago • 4 comments

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

MiteshJabuani avatar Jan 26 '22 09:01 MiteshJabuani

When we set below property then its working fine

navigationBar: { visible: false, },

MiteshJabuani avatar Jan 31 '22 09:01 MiteshJabuani

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

MiteshJabuani avatar Apr 23 '22 11:04 MiteshJabuani

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

MiteshJabuani avatar Apr 26 '22 14:04 MiteshJabuani

https://github.com/wix/react-native-navigation/issues/7523

MiteshJabuani avatar May 23 '22 08:05 MiteshJabuani