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 +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ 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.4.0] - 2020-05-08
15
+
16
+ ### Features
17
+
12
18
- (Android) Call ` onRegister ` when [ Firebase renew token] ( < https://firebase.google.com/docs/reference/android/com/google/firebase/messaging/FirebaseMessagingService#onNewToken(java.lang.String) > ) .
13
19
- (Android) Added Abandon Permissions method to Android [ #1425 ] ( https://github.com/zo0r/react-native-push-notification/pull/1425 )
14
20
- (Android) Add a new key in ` AndroidManifest.xml ` to allow/remove notification in foreground.
@@ -21,6 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
21
27
### Fixed
22
28
23
29
- (Android) ` number ` and ` id ` are now correctly handled as number in Android.
30
+ - (iOS) Update push-notification-ios to 1.2.0 [ #1410 ] ( https://github.com/zo0r/react-native-push-notification/pull/1410 )
24
31
- Make sure to import PushNotificationIOS from react-native first [ #617 ] ( https://github.com/zo0r/react-native-push-notification/pull/617 )
25
32
26
33
## [ 3.3.1] - 2020-05-01
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-push-notification" ,
3
- "version" : " 3.3.1 " ,
3
+ "version" : " 3.4.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