Uh oh!
There was an error while loading. Please reload this page.
Migrate cancel local notification methods to UserNotifications - #40949
Closed
ingridwang wants to merge 1 commit into
Closed
Migrate cancel local notification methods to UserNotifications#40949ingridwang wants to merge 1 commit into
ingridwang wants to merge 1 commit into
Conversation
facebook-github-bot
commented
Oct 13, 2023
Contributor
This pull request was exported from Phabricator. Differential Revision: D50275540 |
Base commit: 26b4145 |
ingridwangforce-pushed
the
export-D50275540
branch
from
October 16, 2023 21:19
6c51fc6 to
768f22fComparefacebook-github-bot
commented
Oct 16, 2023
Contributor
This pull request was exported from Phabricator. Differential Revision: D50275540 |
…#40949) Summary: # Changelog [Internal] Migrating cancelLocalNotifications and cancelAllLocalNotifications off of deprecated UILocalNotification methods Reviewed By: philIip, cipolleschi Differential Revision: D50275540
ingridwangforce-pushed
the
export-D50275540
branch
from
October 17, 2023 18:52
768f22f to
9b05686Comparefacebook-github-bot
commented
Oct 17, 2023
Contributor
This pull request was exported from Phabricator. Differential Revision: D50275540 |
facebook-github-bot
commented
Oct 17, 2023
Contributor
This pull request has been merged in 81ae532. |
Saadnajmi pushed a commit
to Saadnajmi/react-native-macos
that referenced
this pull request
Jan 14, 2024
…#40949) Summary: Pull Request resolved: react#40949 [Internal] Migrating cancelLocalNotifications and cancelAllLocalNotifications off of deprecated UILocalNotification methods Reviewed By: philIip, cipolleschi Differential Revision: D50275540 fbshipit-source-id: 3728e53b410322bbb0e269ac1407d197b8d5979f
Saadnajmi pushed a commit
to Saadnajmi/react-native-macos
that referenced
this pull request
Jan 14, 2024
…#40949) Summary: Pull Request resolved: react#40949 [Internal] Migrating cancelLocalNotifications and cancelAllLocalNotifications off of deprecated UILocalNotification methods Reviewed By: philIip, cipolleschi Differential Revision: D50275540 fbshipit-source-id: 3728e53b410322bbb0e269ac1407d197b8d5979f
Saadnajmi pushed a commit
to Saadnajmi/react-native-macos
that referenced
this pull request
Jan 14, 2024
…#40949) Summary: Pull Request resolved: react#40949 [Internal] Migrating cancelLocalNotifications and cancelAllLocalNotifications off of deprecated UILocalNotification methods Reviewed By: philIip, cipolleschi Differential Revision: D50275540 fbshipit-source-id: 3728e53b410322bbb0e269ac1407d197b8d5979f
Saadnajmi pushed a commit
to Saadnajmi/react-native-macos
that referenced
this pull request
Jan 14, 2024
…#40949) Summary: Pull Request resolved: react#40949 [Internal] Migrating cancelLocalNotifications and cancelAllLocalNotifications off of deprecated UILocalNotification methods Reviewed By: philIip, cipolleschi Differential Revision: D50275540 fbshipit-source-id: 3728e53b410322bbb0e269ac1407d197b8d5979f
okwasniewski pushed a commit
to callstack/react-native-visionos
that referenced
this pull request
Jan 31, 2024
…#40949) Summary: Pull Request resolved: react#40949 # Changelog [Internal] Migrating cancelLocalNotifications and cancelAllLocalNotifications off of deprecated UILocalNotification methods Reviewed By: philIip, cipolleschi Differential Revision: D50275540 fbshipit-source-id: 3728e53b410322bbb0e269ac1407d197b8d5979f
okwasniewski pushed a commit
to callstack/react-native-visionos
that referenced
this pull request
Feb 6, 2024
…#40949) Summary: Pull Request resolved: react#40949 # Changelog [Internal] Migrating cancelLocalNotifications and cancelAllLocalNotifications off of deprecated UILocalNotification methods Reviewed By: philIip, cipolleschi Differential Revision: D50275540 fbshipit-source-id: 3728e53b410322bbb0e269ac1407d197b8d5979f
okwasniewski pushed a commit
to callstack/react-native-visionos
that referenced
this pull request
Apr 5, 2024
…#40949) Summary: Pull Request resolved: react#40949 # Changelog [Internal] Migrating cancelLocalNotifications and cancelAllLocalNotifications off of deprecated UILocalNotification methods Reviewed By: philIip, cipolleschi Differential Revision: D50275540 fbshipit-source-id: 3728e53b410322bbb0e269ac1407d197b8d5979f
okwasniewski pushed a commit
to callstack/react-native-visionos
that referenced
this pull request
Jun 24, 2024
…#40949) Summary: Pull Request resolved: react#40949 # Changelog [Internal] Migrating cancelLocalNotifications and cancelAllLocalNotifications off of deprecated UILocalNotification methods Reviewed By: philIip, cipolleschi Differential Revision: D50275540 fbshipit-source-id: 3728e53b410322bbb0e269ac1407d197b8d5979f
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Changelog
[Internal] Migrating cancelLocalNotifications and cancelAllLocalNotifications off of deprecated UILocalNotification methods
Differential Revision: D50275540