UNPKG

react-native-web-background-fetch

Version:

Web shim for native API to fetch data when the app is backgrounded

36 lines 919 B
{ "name": "react-native-web-background-fetch", "version": "0.0.0-alpha.1", "description": "Web shim for native API to fetch data when the app is backgrounded", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "homepage": "https://docs.expo.io/versions/latest/sdk/background-fetch/", "author": "Expo <support@expo.io> (https://expo.io)", "keywords": [ "react-native-background-fetch", "expo-background-fetch", "code", "native", "react", "react-native", "react-native-web", "expo", "expo-web", "official" ], "license": "ISC", "nativePackage": true, "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/expo-background-fetch" }, "dependencies": { "expo-background-fetch": "*" }, "bugs": { "url": "https://github.com/expo/expo/issues" } }