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

Commit

Permalink
docs(release-notes): add update note for Android custom sound users (#16
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mikehardy committed Jul 26, 2021
1 parent 3853559 commit ac1bb62
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit ac1bb62

Please sign in to comment.