about summary refs log tree commit diff
path: root/__mocks__/react-native-background-fetch.ts
Commit message (Collapse)AuthorAgeFilesLines
* Initial pass at push notifications + some fixes to the session management (#91)Paul Frazee2023-01-241-0/+4
* Fix: test the session during resume to ensure it's valid * Don't delete sessions for now * Add notifee and request notif permissions on first login * Set unread notifications badge on app icon * Trigger a notifee card on new notifications * Experimental: use react-native-background-fetch to check for notifications * Add missing mocks * Fix to resumeSession()