Home
last modified time | relevance | path

Searched refs:NotificationsPluginProps (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-notifications/plugin/build/
H A DwithNotifications.d.ts2 export type NotificationsPluginProps = { alias
27 declare const _default: ConfigPlugin<void | NotificationsPluginProps>;
H A DwithNotificationsIOS.d.ts2 import { NotificationsPluginProps } from './withNotifications';
3 export declare const withNotificationsIOS: ConfigPlugin<NotificationsPluginProps>;
H A DwithNotificationsAndroid.d.ts3 import { NotificationsPluginProps } from './withNotifications';
41 export declare const withNotificationsAndroid: ConfigPlugin<NotificationsPluginProps>;
/expo/packages/expo-notifications/plugin/src/
H A DwithNotifications.ts8 export type NotificationsPluginProps = { alias
34 const withNotifications: ConfigPlugin<NotificationsPluginProps | void> = (config, props) => {
H A DwithNotificationsIOS.ts11 import { NotificationsPluginProps } from './withNotifications';
15 export const withNotificationsIOS: ConfigPlugin<NotificationsPluginProps> = (
H A DwithNotificationsAndroid.ts13 import { NotificationsPluginProps } from './withNotifications';
230 export const withNotificationsAndroid: ConfigPlugin<NotificationsPluginProps> = (