This repository was archived by the owner on Jan 14, 2025. It is now read-only.
File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
11
11
12
12
### Fixed
13
13
14
+ ## [ 3.5.1] - 2020-05-20
15
+
16
+ ### Fixed
17
+
18
+ - (Android) When updating 3.4 to 3.5, unable to compile Android [ #1449 ] ( https://github.com/zo0r/react-native-push-notification/pull/1449 )
19
+
14
20
## [ 3.5.0] - 2020-05-20
15
21
16
22
### Features
@@ -20,7 +26,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
20
26
### Fixed
21
27
22
28
- (Android) No sound on notifications [ #1432 ] ( https://github.com/zo0r/react-native-push-notification/issues/1432 )
23
- - (Android) onNotification is not calling when app is in background [ #1446 ] ( https://github.com/zo0r/react-native-push-notification/pull/1446 )
29
+ - (Android) onNotification is not calling when app is in background [ #1446 ] ( https://github.com/zo0r/react-native-push-notification/pull/1446 )
24
30
- (Android) ` number ` and ` id ` do not crash if NaN is passed in Android.
25
31
26
32
## [ 3.4.0] - 2020-05-08
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-push-notification" ,
3
- "version" : " 3.5.0 " ,
3
+ "version" : " 3.5.1 " ,
4
4
"description" : " React Native Local and Remote Notifications" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
14
14
" notifications" ,
15
15
" push" ,
16
16
" apns" ,
17
- " gcm "
17
+ " firebase "
18
18
],
19
19
"bugs" : {
20
20
"url" : " https://github.com/zo0r/react-native-push-notification/issues"
You can’t perform that action at this time.
0 commit comments