Page MenuHomePhabricator

Remove all react-native-notifications usages on iOS
ClosedPublic

Authored by marcin on Jan 2 2023, 6:49 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 30, 8:51 PM
Unknown Object (File)
Sun, Jun 30, 8:49 PM
Unknown Object (File)
Sun, Jun 30, 8:41 PM
Unknown Object (File)
Sun, Jun 30, 8:35 PM
Unknown Object (File)
Sat, Jun 29, 6:56 PM
Unknown Object (File)
Sat, Jun 29, 3:12 AM
Unknown Object (File)
Fri, Jun 28, 5:14 PM
Unknown Object (File)
Fri, Jun 28, 5:02 AM
Subscribers

Details

Summary

This differential replaces all remaining usages of NotificationsIOS with CommIOSNotifications.

Test Plan

Ensure that updating badge count, removing and getting all delivered notifications work in JavaScript.

Diff Detail

Repository
rCOMM Comm
Branch
marcin/eng-2334
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

marcin requested review of this revision.Jan 2 2023, 7:03 AM
This revision is now accepted and ready to land.Jan 5 2023, 8:40 AM
  1. Tiny change in a way we remove all notifications for a given thread. Now we can directly access threadID as a property.