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) 154 B
import { StatusBarAnimation } from './StatusBar.types'; export default function setStatusBarHidden(hidden: boolean, animation: StatusBarAnimation): void;