Skip to content

Commit

Permalink
Add angry all-caps warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Aug 28, 2021
1 parent b9a9606 commit ab9400f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libs/Notification/PushNotification/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ function pushNotificationEventCallback(eventType, notification) {
/**
* Register push notification callbacks. This is separate from namedUser registration because it needs to be executed
* from a headless JS process, outside of any react lifecycle.
*
* WARNING: Moving or changing this code could break Push Notification processing in non-obvious ways.
* DO NOT ALTER UNLESS YOU KNOW WHAT YOU'RE DOING. See this PR for details: https://github.com/Expensify/App/pull/3877
*/
function init() {
// Setup event listeners
Expand Down

0 comments on commit ab9400f

Please sign in to comment.