You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,17 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
-
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
-
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5
+
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
6
8
7
## [Unreleased]
9
8
10
9
### Breaking changes
11
10
11
+
- (Android/iOS) Unify returned values between iOS and Android [#1516](https://github.com/zo0r/react-native-push-notification/pull/1516).
12
+
- (Android/iOS) `.popInitialNotification(callback)` now return the same format as `onNotification()`.
13
+
- (Android) `popInitialNotification` in `configure()` now trigger only once on app startup, same as iOS.
14
+
- (Android) `notification.foreground` now return the good value, before the value was `false` most of the time.
15
+
12
16
### Features
13
17
14
18
- (Android) Add function `createChannel` for custom Android channel support [#1509](https://github.com/zo0r/react-native-push-notification/pull/1509)
@@ -18,6 +22,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
18
22
19
23
### Fixed
20
24
25
+
- (Android) `popInitialNotification` in `configure()` now trigger only once and do not trigger twice `onNotification()` when user press the notification, more details: [#1516](https://github.com/zo0r/react-native-push-notification/pull/1516).
26
+
- (Android) `notification.foreground` now return the good value, before the value was `false` most of the time.
Maintaining this project takes time. To help allocate time, you can Buy Me a Coffee :wink:
18
+
19
+
<ahref="https://www.buymeacoffee.com/Dallas62"target="_blank"><imgsrc="https://cdn.buymeacoffee.com/buttons/default-blue.png"alt="Buy Me A Coffee"style="height: 51px!important;width: 217px!important;" ></a>
0 commit comments