Skip to content

Files

Latest commit

 

History

History
38 lines (27 loc) · 987 Bytes

options-navigationBar.mdx

File metadata and controls

38 lines (27 loc) · 987 Bytes
id title sidebar_label
options-navigationBar
Navigation Bar Options
Navigation Bar

import useBaseUrl from '@docusaurus/useBaseUrl';

The Navigation Bar is the area at the bottom of the screen containing Android's three navigation buttons: Back, Home and Recents.

An example of a dark navigation bar: <img width="30%" src={useBaseUrl('/img/navBar_black.png')} />





const options = {
  navigationBar: {}
};

visible

Set the navigation bar visibility.

Type Required Platform
boolean No Android

backgroundColor

Set the navigation bar color. When a light background color is used, the color of the navigation bar icons will adapt to a dark color.

<img width="30%" src={useBaseUrl('/img/navBar_white.png')} />

Type Required Platform Default
Color No Android 'black'