You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not entirely sure yet whether this is an issue with react-native itself or with this package. When using the Modal combined with this package, the bottom part of the modal is never filled:
Could the issue somehow be with this package? Or is it entirely the fault of react-native? I've read that the navigation bar will always be made visible when a modal opens on Android, much like it does when an Alert dialog is displayed.
I've tried running immersiveModeOn before and after the modal is created but that doesn't help. The navigation itself is never displayed, there's just a space.
If the app goes to the background and then comes back, and I exit the modal, the navigation bar appears. And yes - I am using this solution, but it doesn't work in this case because that has already been triggered. This happens when the modal is closed.
I'm not entirely sure yet whether this is an issue with react-native itself or with this package. When using the
Modal
combined with this package, the bottom part of the modal is never filled:Could the issue somehow be with this package? Or is it entirely the fault of react-native? I've read that the navigation bar will always be made visible when a modal opens on Android, much like it does when an
Alert
dialog is displayed.I've tried running
immersiveModeOn
before and after the modal is created but that doesn't help. The navigation itself is never displayed, there's just a space.If the app goes to the background and then comes back, and I exit the modal, the navigation bar appears. And yes - I am using this solution, but it doesn't work in this case because that has already been triggered. This happens when the modal is closed.
A more comprehensive issue description can be found here: react-native-modal/react-native-modal#433
The text was updated successfully, but these errors were encountered: