This repository was archived by the owner on Jan 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
9
10
10
### Features
11
11
12
+ ### Fixed
13
+
14
+ ## [ 3.3.0] - 2020-04-29
15
+
16
+ ### Features
17
+
12
18
- (Android) Keep interface parity with PushNotificationIOS [ #909 ] ( https://github.com/zo0r/react-native-push-notification/pull/909 )
13
19
- (Android) Unsubscribe from topic [ #917 ] ( https://github.com/zo0r/react-native-push-notification/pull/917 )
14
20
- (Android) Add notification data in onNotification [ #1212 ] ( https://github.com/zo0r/react-native-push-notification/pull/1212 )
15
21
16
22
### Fixed
17
23
18
24
- (Android) Create default channel to receive notification when background / killed.
25
+ - (Android) Fix vibrate: false is ignored [ #878 ] ( https://github.com/zo0r/react-native-push-notification/issues/1140 )
19
26
- ` package.json ` fix suffic in main, ` index ` => ` index.js ` [ #878 ] ( https://github.com/zo0r/react-native-push-notification/pull/878 )
20
27
21
28
### Breaking changes
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ include ':react-native-push-notification'
159
159
project(':react-native-push-notification').projectDir = file('../node_modules/react-native-push-notification/android')
160
160
```
161
161
162
- In your ` android/build.gradle `
162
+ In your ` android/app/ build.gradle `
163
163
164
164
``` gradle
165
165
dependencies {
@@ -411,7 +411,6 @@ Removes the specified notifications from Notification Center
411
411
| ----------- | ----- | -------- | ---------------------------------- |
412
412
| identifiers | array | Yes | Array of notification identifiers. |
413
413
414
-
415
414
## Notification priority
416
415
417
416
(optional) Specify ` priority ` to set priority of notification. Default value: "high"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-push-notification" ,
3
- "version" : " 3.2.1 " ,
3
+ "version" : " 3.3.0 " ,
4
4
"description" : " React Native Local and Remote Notifications" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments