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) 159 B
import { useColorScheme as maybeUseColorScheme } from 'react-native'; declare const useColorScheme: typeof maybeUseColorScheme; export default useColorScheme;