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)
Thu, Sep 26, 9:10 AM
Unknown Object (File)
Fri, Sep 20, 7:46 AM
Unknown Object (File)
Sun, Sep 15, 11:09 AM
Unknown Object (File)
Sun, Sep 15, 4:05 AM
Unknown Object (File)
Fri, Sep 13, 9:12 PM
Unknown Object (File)
Tue, Sep 10, 9:08 PM
Unknown Object (File)
Mon, Sep 9, 5:08 AM
Unknown Object (File)
Sun, Sep 8, 9:37 PM
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
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.