UNPKG

react-native-background-fetch

Version:
17 lines 697 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const config_plugins_1 = require("@expo/config-plugins"); const androidPlugin_1 = __importDefault(require("./androidPlugin")); const iOSPlugin_1 = __importDefault(require("./iOSPlugin")); const withBackgroundFetch = (config, _props) => { const props = _props || {}; return (0, config_plugins_1.withPlugins)(config, [ [androidPlugin_1.default, {}], [iOSPlugin_1.default, {}] ]); }; exports.default = withBackgroundFetch; //# sourceMappingURL=index.js.map