UNPKG

expo-background-fetch

Version:

Expo universal module for BackgroundFetch API

8 lines (6 loc) 202 B
import { BackgroundFetchStatus } from './BackgroundFetch.types'; export default { async getStatusAsync(): Promise<BackgroundFetchStatus | null> { return BackgroundFetchStatus.Restricted; }, };