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,
npm install @arfeen000/local-notification
import {showNotification} from '@arfeen000/local-notification';
const NotificationHeading='Heading' const NotificationText='Text' const NotificationDescription='Description'
showNotification( NotificationHeading, NotificationText, NotificationDescription, );