UNPKG

react-native-notifications

Version:

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

6 lines (5 loc) 105 B
export interface NotificationPermissions { badge: boolean; alert: boolean; sound: boolean; }