UNPKG

@trycourier/courier-react-native

Version:

Inbox, Push Notifications, and Preferences for React Native

16 lines (15 loc) 566 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CourierPushProvider = void 0; let CourierPushProvider = /*#__PURE__*/function (CourierPushProvider) { CourierPushProvider["APN"] = "apn"; CourierPushProvider["FIREBASE_FCM"] = "firebase-fcm"; CourierPushProvider["EXPO"] = "expo"; CourierPushProvider["ONE_SIGNAL"] = "onesignal"; CourierPushProvider["PUSHER_BEAMS"] = "pusher-beams"; return CourierPushProvider; }({}); exports.CourierPushProvider = CourierPushProvider; //# sourceMappingURL=CourierPushProvider.js.map