-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Description
🐛 Bug Report
When the navigation bar is set to visible: false (as described here), it still takes up space. Nothing is able to render in the gap.
Have you read the Contributing Guidelines on issues?
Yes.
To Reproduce
- Clone the demo (link below)
cd navigation-bar-demoyarn installreact-native run-android
If the blue background doesn't appear on the first run, you may need to run react-native run-android a second time.
Expected behavior
The blue background should extend all the way to the bottom of the view.
Actual Behavior
The blue background stops where the navigation bar would be if it were visible.
Your Environment
- React Native Navigation version: 7.17.1
- React Native version: 0.64.2
- Platform(s) (iOS, Android, or both?): Android
- Device info (Simulator/Device? OS version? Debug/Release?): Android 11 on Pixel 4 Emulator
Reproducible Demo
Reactions are currently unavailable
