UNPKG

react-native-bars

Version:

Components to control your app status and navigation bars.

7 lines (6 loc) 243 B
import { SystemBarStyle } from "./types"; export declare const NativeModule: { navigationBarHeight: number; setStatusBarStyle: (style: SystemBarStyle) => void; setNavigationBarStyle: (style: SystemBarStyle) => void; } | undefined;