Handle push notifications on iOS
Reviewed By: fkgozali Differential Revision: D4450067 fbshipit-source-id: 6b83dbe75bf7e61c5fc19b27ed2ea48b31b84e2b
This commit is contained in:
parent
2f876a3a49
commit
5c84caaa86
|
@ -9,6 +9,8 @@
|
|||
|
||||
#import <React/RCTEventEmitter.h>
|
||||
|
||||
extern NSString *const RCTRemoteNotificationReceived;
|
||||
|
||||
@interface RCTPushNotificationManager : RCTEventEmitter
|
||||
|
||||
typedef void (^RCTRemoteNotificationCallback)(UIBackgroundFetchResult result);
|
||||
|
|
Loading…
Reference in New Issue