UNPKG

react-native-notifications-pfy

Version:

Advanced Push Notifications (Silent, interactive notifications) for iOS & Android + Schedule Module

5 lines 98 B
export interface NotificationPermissions { badge: boolean; alert: boolean; sound: boolean; }