Handle push notifications on iOS

Reviewed By: fkgozali

Differential Revision: D4450067

fbshipit-source-id: 6b83dbe75bf7e61c5fc19b27ed2ea48b31b84e2b
This commit is contained in:
Mehdi Mulani 2017-02-03 11:50:04 -08:00 committed by Facebook Github Bot
parent 2f876a3a49
commit 5c84caaa86
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
#import <React/RCTEventEmitter.h>
extern NSString *const RCTRemoteNotificationReceived;
@interface RCTPushNotificationManager : RCTEventEmitter
typedef void (^RCTRemoteNotificationCallback)(UIBackgroundFetchResult result);