-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about Modals #19
Comments
If that helps someone, here's what I did in MainActivity, manually without this package:
But maybe this is also possible with react-native-immersive |
does this work for you? |
I've seen similar approaches as well. This does not work in my case. |
What i have done
I followed the installation process and these instructions to integrate the package into my project but things are not behaving like i expected.
What i'm trying to achieve
I want to disable Androids System Bottom Navigation wherever possible because it conflicts with my UI.
What i observed
It seems like every kind of modal opens the Android Navigation.
Other examples in my code base which opens the Android Navigation
The text was updated successfully, but these errors were encountered: