Hide Android Navigation Bar in React Native

后端 未结 7 1132
名媛妹妹
名媛妹妹 2020-12-10 02:27

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

相关标签:
7条回答
  • 2020-12-10 03:14

    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.

    0 讨论(0)
提交回复
热议问题