UNPKG

react-native-notificare-geo

Version:
9 lines (8 loc) 351 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const withNotificareGeoAndroid_1 = require("./android/withNotificareGeoAndroid"); const withNotificareGeo = (config, props) => { config = (0, withNotificareGeoAndroid_1.withNotificareGeoAndroid)(config, props); return config; }; exports.default = withNotificareGeo;