I am trying to hide the software navigation bar in an Android app.
I am using androidNavigationBar in app.json
"androidNavigationBar": {
"visible": "immersive"
},
and on the dev build all works fine, but when I created prod build these features not working. may someone had this issue and can help me?
so, need to upgrade expo to 48 and use
expo-navigation-barnpm package.and use something like this code
it helps me!