Commit d1f64aff authored by Thibault Malbranche's avatar Thibault Malbranche Committed by GitHub

Merge pull request #5 from evollu/master

Update from evollu
parents cb16cd8c 14bd8909
...@@ -47,4 +47,4 @@ SPEC CHECKSUMS: ...@@ -47,4 +47,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 31f07bb14b00eef65c77cff51721f530ad6eb826 PODFILE CHECKSUM: 31f07bb14b00eef65c77cff51721f530ad6eb826
COCOAPODS: 1.3.1 COCOAPODS: 1.4.0
...@@ -232,7 +232,7 @@ public class SendNotificationTask extends AsyncTask<Void, Void, Void> { ...@@ -232,7 +232,7 @@ public class SendNotificationTask extends AsyncTask<Void, Void, Void> {
PendingIntent pendingActionIntent = PendingIntent.getActivity(mContext, notificationID, actionIntent, PendingIntent pendingActionIntent = PendingIntent.getActivity(mContext, notificationID, actionIntent,
PendingIntent.FLAG_UPDATE_CURRENT); PendingIntent.FLAG_UPDATE_CURRENT);
notification.addAction(1, actionTitle, pendingActionIntent); notification.addAction(0, actionTitle, pendingActionIntent);
} }
} }
......
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
#if __has_include(<Firebase.h>)
#import <FirebaseCore/FirebaseCore.h>
#import <FirebaseMessaging/FirebaseMessaging.h>
#import <FirebaseInstanceID/FirebaseInstanceID.h>
#else
@import Firebase; @import Firebase;
#endif
#import <React/RCTEventEmitter.h> #import <React/RCTEventEmitter.h>
@import UserNotifications; @import UserNotifications;
......
...@@ -24,5 +24,5 @@ ...@@ -24,5 +24,5 @@
"type": "git", "type": "git",
"url": "git+https://github.com/evollu/react-native-fcm.git" "url": "git+https://github.com/evollu/react-native-fcm.git"
}, },
"version": "14.1.0" "version": "14.1.2"
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment