How can I hide the Android Navigation Bar in React Native?
I\'m referring to the bar at the bottom of the screen that has the software back button and home button, n
Im in Android 9 and i did test the
import {HideNavigationBar} from 'react-native-navigation-bar-color';
but when Make Alt tabbing to another app, and returns then the nav bar appears again.
The best solution for me until moment is as said
Louis Zawadzki
Copying that on my mainactivity.java works fine, and always hide after changes.