From 5cbaf6b173c648fe27ee8a4659723e8b20218412 Mon Sep 17 00:00:00 2001 From: Helena Ford Date: Mon, 12 Dec 2022 11:50:41 +0000 Subject: [PATCH] chore: release notes 7.3.0 --- docs-react-native/react-native/docs/release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs-react-native/react-native/docs/release-notes.md b/docs-react-native/react-native/docs/release-notes.md index 47c1519d..bf175162 100644 --- a/docs-react-native/react-native/docs/release-notes.md +++ b/docs-react-native/react-native/docs/release-notes.md @@ -5,6 +5,10 @@ next: /react-native/docs/usage previous: /react-native/docs/installation --- +## 7.3.0 +- **[Android]**: Fixes an issue for Android 11 and lower to ensure notification drawer is closed when a quick action is pressed. (Fixes [#614](https://github.com/invertase/notifee/issues/614)). +- **[Android]**: Fixes an issue where the initial notification was not set if the app opened via a quick action (PR [#605](https://github.com/invertase/notifee/pull/605)). + ## 7.2.0 - **[Android]**: Fixes an issue for Android 12 with quick actions when the app is in the background (Fixes [#404](https://github.com/invertase/notifee/issues/404)). - **[Android]**: Prevents a NullPointerException to occur when a background service is triggered (Fixes [#592](https://github.com/invertase/notifee/issues/592)).