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 (2 loc) 120 B
import { StatusBarProps } from './StatusBar.types'; export default function ExpoStatusBar(props: StatusBarProps): null;