@arfeen000/local-notification
v0.0.5
Published
shows noti on android without fcm
Downloads
10
Maintainers
Readme
audio-utilis
can Show local notifications on android with/without fcm token config, ez plug and play, right now we only have android support, but we're soon to get it on ios as well,
Installation
npm install @arfeen000/local-notification
Usage
import {showNotification} from '@arfeen000/local-notification';
const NotificationHeading='Heading' const NotificationText='Text' const NotificationDescription='Description'
showNotification( NotificationHeading, NotificationText, NotificationDescription, );