UNPKG

expo-background-fetch

Version:

Expo universal module for BackgroundFetch API

7 lines 221 B
import { BackgroundFetchStatus } from './BackgroundFetch.types'; export default { async getStatusAsync() { return BackgroundFetchStatus.Restricted; }, }; //# sourceMappingURL=ExpoBackgroundFetch.web.js.map