UNPKG

react-native-notifications

Version:

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

5 lines (4 loc) 137 B
import { Notification } from './Notification'; export declare class NotificationFactory { fromPayload(payload: any): Notification; }