UNPKG

@pachun/use-expo-push-notifications

Version:

Simpler (and more testable) expo-notifications event handling

5 lines (4 loc) 145 B
jest.mock("expo-notifications", () => ({ addNotificationReceivedListener: jest.fn(), addNotificationResponseReceivedListener: jest.fn(), }))