Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RNNotifications/RNNotifications.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import UIKit;

#import "RCTBridgeModule.h"
#import <React/RCTBridgeModule.h>
#import <PushKit/PushKit.h>

@interface RNNotifications : NSObject <RCTBridgeModule>
Expand Down
8 changes: 4 additions & 4 deletions RNNotifications/RNNotifications.m
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

#import <UIKit/UIKit.h>
#import <PushKit/PushKit.h>
#import "RCTBridge.h"
#import "RCTEventDispatcher.h"
#import <React/RCTBridge.h>
#import <React/RCTEventDispatcher.h>
#import "RNNotifications.h"
#import "RCTConvert.h"
#import "RCTUtils.h"
#import <React/RCTConvert.h>
#import <React/RCTUtils.h>
#import "RNNotificationsBridgeQueue.h"

NSString* const RNNotificationCreateAction = @"CREATE";
Expand Down