Searched refs:NotificationsEmitterModule (Results 1 – 18 of 18) sorted by relevance
| /expo/packages/expo-notifications/build/ |
| H A D | NotificationsEmitterModule.native.js.map | 1 …NotificationsEmitterModule.native.js","sourceRoot":"","sources":["../src/NotificationsEmitterModul…
|
| H A D | NotificationsEmitter.js | 2 import NotificationsEmitterModule from './NotificationsEmitterModule'; 4 const emitter = new EventEmitter(NotificationsEmitterModule); 90 if (!NotificationsEmitterModule.getLastNotificationResponseAsync) { 93 return await NotificationsEmitterModule.getLastNotificationResponseAsync();
|
| H A D | NotificationsEmitterModule.js.map | 1 …NotificationsEmitterModule.js","sourceRoot":"","sources":["../src/NotificationsEmitterModule.ts"],…
|
| H A D | NotificationsEmitterModule.types.js.map | 1 …NotificationsEmitterModule.types.js","sourceRoot":"","sources":["../src/NotificationsEmitterModule…
|
| H A D | NotificationsEmitterModule.d.ts | 1 import { NotificationsEmitterModule } from './NotificationsEmitterModule.types'; 2 declare const _default: NotificationsEmitterModule;
|
| H A D | NotificationsEmitterModule.native.d.ts | 1 import { NotificationsEmitterModule } from './NotificationsEmitterModule.types'; 2 declare const _default: NotificationsEmitterModule;
|
| H A D | NotificationsEmitterModule.d.ts.map | 1 {"version":3,"file":"NotificationsEmitterModule.d.ts","sourceRoot":"","sources":["../src/Notificati…
|
| H A D | NotificationsEmitterModule.native.d.ts.map | 1 {"version":3,"file":"NotificationsEmitterModule.native.d.ts","sourceRoot":"","sources":["../src/Not…
|
| H A D | useLastNotificationResponse.js | 3 import NotificationsEmitterModule from './NotificationsEmitterModule'; 54 NotificationsEmitterModule.getLastNotificationResponseAsync?.().then((response) => {
|
| H A D | NotificationsEmitterModule.types.d.ts.map | 1 {"version":3,"file":"NotificationsEmitterModule.types.d.ts","sourceRoot":"","sources":["../src/Noti…
|
| H A D | NotificationsEmitterModule.types.d.ts | 3 export interface NotificationsEmitterModule extends ProxyNativeModule { interface
|
| H A D | NotificationsEmitter.js.map | 1 …NotificationsEmitterModule from './NotificationsEmitterModule';\n\n// Web uses SyntheticEventEmitt…
|
| H A D | useLastNotificationResponse.js.map | 1 …NotificationsEmitterModule from './NotificationsEmitterModule';\n\n/**\n * A React hook always ret…
|
| /expo/packages/expo-notifications/src/ |
| H A D | NotificationsEmitter.ts | 4 import NotificationsEmitterModule from './NotificationsEmitterModule'; 7 const emitter = new EventEmitter(NotificationsEmitterModule); 107 if (!NotificationsEmitterModule.getLastNotificationResponseAsync) { 110 return await NotificationsEmitterModule.getLastNotificationResponseAsync();
|
| H A D | NotificationsEmitterModule.native.ts | 3 import { NotificationsEmitterModule } from './NotificationsEmitterModule.types'; 5 export default requireNativeModule<NotificationsEmitterModule>('ExpoNotificationsEmitter');
|
| H A D | NotificationsEmitterModule.ts | 3 import { NotificationsEmitterModule } from './NotificationsEmitterModule.types'; 17 } as NotificationsEmitterModule;
|
| H A D | useLastNotificationResponse.ts | 5 import NotificationsEmitterModule from './NotificationsEmitterModule'; 61 NotificationsEmitterModule.getLastNotificationResponseAsync?.().then((response) => {
|
| H A D | NotificationsEmitterModule.types.ts | 5 export interface NotificationsEmitterModule extends ProxyNativeModule { interface
|