Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

docs(release-notes): add update note for Android custom sound users #16

Merged
merged 1 commit into from Jul 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/react-native/docs/release-notes.md
Expand Up @@ -7,7 +7,7 @@ previous: /react-native/docs/license-keys

## 1.10.0
- **[Android/iOS]**: Introduces the following APIs: `getDeliveredNotifications`, `getTriggerNotifications`, `isChannelBlocked`, `isChannelCreated`, `cancelAllNotifications(ids)`, `cancelDisplayedNotifications(ids)`, `cancelTriggerNotifications(ids)`.
- **[Android]**: Fixes an issue when setting a custom sound on a notification channel (Fixes [#341](https://github.com/notifee/react-native-notifee/issues/341))
- **[Android]**: Fixes an issue when setting a custom sound on a notification channel (Fixes [#341](https://github.com/notifee/react-native-notifee/issues/341)) - **If you were using custom sounds on Android>7 prior to this, you will need to create a *new* notification channel or the reference to your custom sound on the channel will likely not survive app updates. We apologize for the inconvenience**

## 1.9.2
- **[Android]**: Fixes an issue where an error is thrown when the intent was null in rare cases for foreground service events.
Expand Down