This repository was archived by the owner on Jan 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 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.
1111
1212### Fixed
1313
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+
1420## [ 3.5.0] - 2020-05-20
1521
1622### Features
@@ -20,7 +26,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2026### Fixed
2127
2228- (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 )
2430- (Android) ` number ` and ` id ` do not crash if NaN is passed in Android.
2531
2632## [ 3.4.0] - 2020-05-08
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-push-notification" ,
3- "version" : " 3.5.0 " ,
3+ "version" : " 3.5.1 " ,
44 "description" : " React Native Local and Remote Notifications" ,
55 "main" : " index.js" ,
66 "scripts" : {
1414 " notifications" ,
1515 " push" ,
1616 " apns" ,
17- " gcm "
17+ " firebase "
1818 ],
1919 "bugs" : {
2020 "url" : " https://github.com/zo0r/react-native-push-notification/issues"
You can’t perform that action at this time.
0 commit comments