I'm opening a new screen with react-navigation and using this component as a loading indicator. Android shows the system navigation bar at the bottom of the screen. This navigation bar disappears as soon as the spinner is not active anymore. Removing the spinner from my component, fixes this issue so i guess the component is responsible for it in some way.
I'm seeing this Android Navigation Bar Behaviour in other components which all seem to have a Modal in common too:
I'm opening a new screen with react-navigation and using this component as a loading indicator. Android shows the system navigation bar at the bottom of the screen. This navigation bar disappears as soon as the spinner is not active anymore. Removing the spinner from my component, fixes this issue so i guess the component is responsible for it in some way.
I'm seeing this Android Navigation Bar Behaviour in other components which all seem to have a Modal in common too:
e.g.
Is there a way to always deactivate the android navigation bar? I'm already using this code snippets to accomplish hide android system stuff.
React Code
Android styles.xml