1{
2 "androidNavigationBar": {
3 /*
4 Determines to show or hide bottom navigation bar.
5 "true" to show, "false" to hide.
6 If set to false, status bar will also be hide. As it's a general rule to hide both status bar and navigation bar on Android developer official docs.
7 */
8 "visible": BOOLEAN,
9 /*
10 Configure the navigation bar icons to have light or dark color.
11 Valid values: "light-content", "dark-content".
12 */
13 "barStyle": STRING,
14
15 /*
16 Configuration for android navigation bar.
17 6 character long hex color string, eg: "#000000"
18 */
19 "backgroundColor": STRING
20 }
21}