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.

5 lines 198 B
import { StatusBar } from 'react-native'; export default function setStatusBarHidden(hidden, animation) { StatusBar.setHidden(hidden, animation); } //# sourceMappingURL=setStatusBarHidden.js.map