UNPKG

expo-notifications

Version:

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

12 lines 318 B
const module = { addListener: () => { }, removeListeners: () => { }, subscribeToTopicAsync: () => { return Promise.resolve(null); }, unsubscribeFromTopicAsync: () => { return Promise.resolve(null); }, }; export default module; //# sourceMappingURL=TopicSubscriptionModule.js.map