diff --git a/docs/react-native/docs/release-notes.md b/docs/react-native/docs/release-notes.md index 2108e2b0..a3d9b48e 100644 --- a/docs/react-native/docs/release-notes.md +++ b/docs/react-native/docs/release-notes.md @@ -5,6 +5,10 @@ next: /react-native/docs/usage previous: /react-native/docs/installation --- +## 5.2.0 +- **[Android]**: Fixes a compiling issue for some project configurations with error message "Project with path ':app' could not be found in project ':notifee_react-native'" (Fixes [#288](https://github.com/invertase/notifee/issues/288)). +- **[Android]**: Fixes an issue where the current version of Notifee does not build when using an expo managed app with the expo plugin (Fixes [#314](https://github.com/invertase/notifee/issues/314)). + ## 5.1.0 - **[Android]**: Introduces new APIs to help manage Android 12 limitations when creating trigger notifications: - `canScheduleExactAlarms`