Home
last modified time | relevance | path

Searched refs:NotificationsEmitterModule (Results 1 – 18 of 18) sorted by relevance

/expo/packages/expo-notifications/build/
H A DNotificationsEmitterModule.native.js.map1NotificationsEmitterModule.native.js","sourceRoot":"","sources":["../src/NotificationsEmitterModul…
H A DNotificationsEmitter.js2 import NotificationsEmitterModule from './NotificationsEmitterModule';
4 const emitter = new EventEmitter(NotificationsEmitterModule);
90 if (!NotificationsEmitterModule.getLastNotificationResponseAsync) {
93 return await NotificationsEmitterModule.getLastNotificationResponseAsync();
H A DNotificationsEmitterModule.js.map1NotificationsEmitterModule.js","sourceRoot":"","sources":["../src/NotificationsEmitterModule.ts"],…
H A DNotificationsEmitterModule.types.js.map1NotificationsEmitterModule.types.js","sourceRoot":"","sources":["../src/NotificationsEmitterModule
H A DNotificationsEmitterModule.d.ts1 import { NotificationsEmitterModule } from './NotificationsEmitterModule.types';
2 declare const _default: NotificationsEmitterModule;
H A DNotificationsEmitterModule.native.d.ts1 import { NotificationsEmitterModule } from './NotificationsEmitterModule.types';
2 declare const _default: NotificationsEmitterModule;
H A DNotificationsEmitterModule.d.ts.map1 {"version":3,"file":"NotificationsEmitterModule.d.ts","sourceRoot":"","sources":["../src/Notificati…
H A DNotificationsEmitterModule.native.d.ts.map1 {"version":3,"file":"NotificationsEmitterModule.native.d.ts","sourceRoot":"","sources":["../src/Not…
H A DuseLastNotificationResponse.js3 import NotificationsEmitterModule from './NotificationsEmitterModule';
54 NotificationsEmitterModule.getLastNotificationResponseAsync?.().then((response) => {
H A DNotificationsEmitterModule.types.d.ts.map1 {"version":3,"file":"NotificationsEmitterModule.types.d.ts","sourceRoot":"","sources":["../src/Noti…
H A DNotificationsEmitterModule.types.d.ts3 export interface NotificationsEmitterModule extends ProxyNativeModule { interface
H A DNotificationsEmitter.js.map1NotificationsEmitterModule from './NotificationsEmitterModule';\n\n// Web uses SyntheticEventEmitt…
H A DuseLastNotificationResponse.js.map1NotificationsEmitterModule from './NotificationsEmitterModule';\n\n/**\n * A React hook always ret…
/expo/packages/expo-notifications/src/
H A DNotificationsEmitter.ts4 import NotificationsEmitterModule from './NotificationsEmitterModule';
7 const emitter = new EventEmitter(NotificationsEmitterModule);
107 if (!NotificationsEmitterModule.getLastNotificationResponseAsync) {
110 return await NotificationsEmitterModule.getLastNotificationResponseAsync();
H A DNotificationsEmitterModule.native.ts3 import { NotificationsEmitterModule } from './NotificationsEmitterModule.types';
5 export default requireNativeModule<NotificationsEmitterModule>('ExpoNotificationsEmitter');
H A DNotificationsEmitterModule.ts3 import { NotificationsEmitterModule } from './NotificationsEmitterModule.types';
17 } as NotificationsEmitterModule;
H A DuseLastNotificationResponse.ts5 import NotificationsEmitterModule from './NotificationsEmitterModule';
61 NotificationsEmitterModule.getLastNotificationResponseAsync?.().then((response) => {
H A DNotificationsEmitterModule.types.ts5 export interface NotificationsEmitterModule extends ProxyNativeModule { interface