Skip to content

Commit

Permalink
chore: release notes 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helenaford committed Apr 6, 2022
1 parent f9dbf21 commit b813227
Show file tree
Hide file tree
Showing 3 changed files with 1,580 additions and 1,287 deletions.
9 changes: 9 additions & 0 deletions docs/react-native/docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ next: /react-native/docs/usage
previous: /react-native/docs/installation
---

## 5.1.0
- **[Android]**: Introduces new APIs to help manage Android 12 limitations when creating trigger notifications:
- `canScheduleExactAlarms`
- `openAlarmPermissionSettings`

And, the ability to check if your app has permissions to create trigger notifications by calling `getNotificationSettings()`.

To learn more, see Triggers documentation for [Android](https://notifee.app/react-native/docs/triggers#android-12-limitations).

## 5.0.3
- **[Android]**: Fixes an issue when canceling trigger notifications created via AlarmManager to prevent "Maximum limit of concurrent alarms 500 reached for uid" error being thrown (Fixes [#349](https://github.com/invertase/notifee/issues/349)).

Expand Down
Loading

0 comments on commit b813227

Please sign in to comment.