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.

4 lines (3 loc) 230 B
import { ColorSchemeName } from 'react-native'; import { StatusBarStyle } from './StatusBar.types'; export default function styleToBarStyle(style?: StatusBarStyle, colorScheme?: ColorSchemeName): 'light-content' | 'dark-content';