react-native-firebase-notifications
v0.1.1
Published
react-native-firebase-notificatios
Downloads
7
Readme
react-native-firebase-notifications
react-native-firebase-notificatios
It's under development
Installation
npm install react-native-firebase-notifications
Usage
import FirebaseNotifications from "react-native-firebase-notifications";
// ...
//get Firebase Token
FirebaseNotifications.getToken((res)=>{
console.log("FirebaseNotifications token",res)
});
//send Local Notification
FirebaseNotifications.localNotification({
title: "Your Notification Title",
body : "Your Notification Body"
})
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT