UNPKG

expo-status-bar

Version:

Provides the same interface as the React Native StatusBar API, but with slightly different defaults to work great in Expo environments.

3 lines 310 B
export { StatusBar, setStatusBarStyle, setStatusBarHidden, setStatusBarBackgroundColor, setStatusBarNetworkActivityIndicatorVisible, setStatusBarTranslucent, } from './NativeStatusBarWrapper'; export { StatusBarStyle, StatusBarAnimation, StatusBarProps } from './types'; //# sourceMappingURL=StatusBar.d.ts.map