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
+11-2
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,24 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
8
8
9
9
### Breaking changes
10
10
11
+
### Features
12
+
13
+
### Fixed
14
+
15
+
## [7.0.0] 2020-12-23
16
+
17
+
### Breaking changes
18
+
11
19
- (iOS) Replace deprecated local notification methods on iOS [1751](https://github.com/zo0r/react-native-push-notification/pull/1751)
12
20
- (Android) Rename the Android package from `ReactNativePushNotification` to `ReactNativePushNotification` resolve [893](https://github.com/zo0r/react-native-push-notification/issues/893)
21
+
- (Android) Allow `userInfo` to be stored in scheduled notification as in iOS (mapped as `data` on press or list scheduled notifications).
13
22
14
23
### Features
15
24
25
+
- (Android) silent channel using playSound flag
16
26
- (Android) implement 'bigLargeIcon' for Android notifications (must be combined with BigPicture) [#1730](https://github.com/zo0r/react-native-push-notification/pull/1730)
17
27
- (Android) notification with inline reply [#612](https://github.com/zo0r/react-native-push-notification/pull/612)
18
-
19
-
### Fixed
28
+
- (Android) Support using drawable as Android small icon [#1787](https://github.com/zo0r/react-native-push-notification/pull/1787)
0 commit comments