UNPKG

react-native-notificare-push

Version:
14 lines (13 loc) 893 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withNotificarePushIOS = void 0; const withNotificarePushIOSCapabilities_1 = require("./withNotificarePushIOSCapabilities"); const withNotificarePushIOSEnvironment_1 = require("./withNotificarePushIOSEnvironment"); const withNotificarePushIOSNotificationServiceExtension_1 = require("./withNotificarePushIOSNotificationServiceExtension"); const withNotificarePushIOS = (config, props) => { config = (0, withNotificarePushIOSCapabilities_1.withNotificarePushIOSCapabilities)(config, props); config = (0, withNotificarePushIOSEnvironment_1.withNotificarePushIOSEnvironment)(config, props); config = (0, withNotificarePushIOSNotificationServiceExtension_1.withNotificarePushIOSNotificationServiceExtension)(config, props); return config; }; exports.withNotificarePushIOS = withNotificarePushIOS;