UNPKG

@talkjs/expo

Version:

Official TalkJS SDK for React Native (Expo)

13 lines 784 B
import type * as FirebaseMessagingModule from '@react-native-firebase/messaging'; import type * as ExpoNotificationsModule from 'expo-notifications'; import type * as ExpoTaskManagerModule from 'expo-task-manager'; export declare function isFirebaseInstalled(): boolean; export declare function isExpoNotificationsInstalled(): boolean; type ExpoTaskManager = typeof ExpoTaskManagerModule | undefined; type FirebaseMessaging = typeof FirebaseMessagingModule | undefined; type ExpoNotifications = typeof ExpoNotificationsModule | undefined; export declare function getFirebaseMessaging(): FirebaseMessaging; export declare function getExpoNotifications(): ExpoNotifications; export declare function getExpoTaskManager(): ExpoTaskManager; export {}; //# sourceMappingURL=Imports.d.ts.map