UNPKG

@react-native-firebase/messaging

Version:

React Native Firebase - React Native Firebase provides native integration of Firebase Cloud Messaging (FCM) for both Android & iOS. FCM is a cost free service, allowing for server-device and device-device communication. The React Native Firebase Messaging

6 lines (5 loc) 397 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withExpoPluginFirebaseNotification = void 0; const setupFirebaseNotifationIcon_1 = require("./setupFirebaseNotifationIcon"); Object.defineProperty(exports, "withExpoPluginFirebaseNotification", { enumerable: true, get: function () { return setupFirebaseNotifationIcon_1.withExpoPluginFirebaseNotification; } });