Available filtering parameters for notifications. Allows fetching of notifications for specific token and after date.
Fetching ALL notifications for a token
const { data } = useNotifications('ExponentPushToken[xxx]')
Fetching ALL notifications for a token after a specific date
const { data } = useNotifications('ExponentPushToken[xxx]', { after: <some date object> })
Generated using TypeDoc
Available filtering parameters for notifications. Allows fetching of notifications for specific token and after date.
Fetching ALL notifications for a token
Fetching ALL notifications for a token after a specific date