[ReactNative] pass in launchOptions to relevant bridged modules

This commit is contained in:
Kevin Gozali
2015-04-30 14:09:55 -07:00
parent 63ab6e8281
commit 824da1bada
2 changed files with 6 additions and 8 deletions

View File

@@ -13,8 +13,6 @@
@interface RCTPushNotificationManager : NSObject <RCTBridgeModule>
- (instancetype)initWithInitialNotification:(NSDictionary *)initialNotification NS_DESIGNATED_INITIALIZER;
+ (void)application:(UIApplication *)application didRegisterUserNotificationSettings:(UIUserNotificationSettings *)notificationSettings;
+ (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)notification;