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.

2 lines (1 loc) 165 B
export default function styleToBarStyle(style: "auto" | "inverted" | "light" | "dark" | undefined, colorScheme: 'light' | 'dark'): 'light-content' | 'dark-content';