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 150 B
// StatusBar does nothing on web currently export default function ExpoStatusBar(props) { return null; } //# sourceMappingURL=ExpoStatusBar.js.map