Customize the Android status bar and navigation bar background colors dynamically.
Dynamically adjust the status bar and navigation bar background colors and icon theme style at runtime. Useful for matching system bars to different page themes or dark mode transitions.
Set the background color and icon style ('light' for white icons, 'dark' for black icons):
import nativine from 'nativine';
nativine.ui.statusBar({ color: '#0f172a', style: 'dark' });
import nativine from 'nativine';
nativine.ui.navigationBar({ color: '#0f172a' });