blob: 59b2598f3b1c12796b174f6eca8a226ce63a31d3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
## LOAD BEARING PATCH, DO NOT REMOVE
## Expo-Notifications Patch
This patch supports the Android background notification handling module. Incoming messages
in `onMessageReceived` are sent to the module for handling.
It also allows us to set the Android notification channel ID from the notification `data`, rather
than the `notification` object in the payload.
|