androidNavigationBar not really hidden

Please provide the following:

  1. SDK Version: 35.0.0
  2. Platforms(Android/iOS/web/all): Android

Hi there, i’ve set my app.json property like:
“androidNavigationBar”:{
“visible”:false,
“backgroundColor”:“#ffffff”,
“barStyle”:“dark-content”
},
And when my app builds, it is hidden, but appears on at the first touch, and doesn’t disappear, like expected, the navigationBar just stays there. Is there any other configuration i have to do?
Here follows my app.json:
{
“expo”: {
“sdkVersion”: “35.0.0”,
“icon”: “[hidden]”,
“scheme”: “[hidden]”,
“orientation”:“portrait”,
“ios”: {
“bundleIdentifier”: “[hidden]”,
“supportsTablet”: false
},
“androidNavigationBar”:{
“visible”:false,
“backgroundColor”:“#ffffff”,
“barStyle”:“dark-content”
},
“android”: {
“versionCode”: 1,
“package”: “[hidden]”
},
“name”: “[hidden]”,
“slug”: “[hidden]”,
“version”: “1.0.0”,
“splash”: {
“backgroundColor”: “#1a7c3e”,
“image”: “./assets/images/splashinicial.png”
},
“platforms”: [
“android”,
“ios”
],
“description”: “[HIDDEN]”
}
}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.