UNPKG

react-native-internal-notification

Version:

Typescript component to show internal (in-app) notifications for react native application

3 lines (2 loc) 124 B
export { default as NotificationProvider, useNotification } from './Notification'; export { INotification } from './types';