react-native-background-geolocation
Version:
The most sophisticated cross-platform background location-tracking & geofencing module with battery-conscious motion-detection intelligence
10 lines • 476 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.withBackgroundGeolocationPluginIos = void 0;
const withBackgroundGeolocationPluginIos = (config, props = {}) => {
// Nothing to here here currently, but left for future considerations.
return config;
};
exports.withBackgroundGeolocationPluginIos = withBackgroundGeolocationPluginIos;
exports.default = exports.withBackgroundGeolocationPluginIos;
//# sourceMappingURL=iOSPlugin.js.map