Skip to content

A lightweight React Native Module for integrating Firebase Cloud Messaging

License

Notifications You must be signed in to change notification settings

leyserkids/react-native-fcm-notification

Repository files navigation

react-native-fcm-notification

A lightweight React Native Module for integrating Firebase Cloud Messaging

Installation

npm install react-native-fcm-notification

Usage

import FCMNotification from "react-native-fcm-notification";

// ...

const result = await FCMNotification.multiply(3, 7);

References

Q & A

About Force Stop

License

MIT