UNPKG

expo-notifications

Version:

Provides an API to fetch push notification tokens and to present, schedule, receive, and respond to notifications.

4 lines (2 loc) 160 B
import { NotificationsPluginProps as Props } from './withNotifications'; export default (props: Props = {}): [string, Props] => ['expo-notifications', props];