Catch dismissed notifications

Apparently this is possible naively on both android and iOS.

Does anyone know if it is possible to access this functionality from Expo?

Thanks!

Expo doesn’t expose this API. The UNNotifications framework is only on iOS 10+ and is also a significant rewrite of notifications so if you would like to use its functionality you should detach and write your own notification handler.

2 Likes

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.