Skip to content

Commit 3196cb3

Browse files
committed
chore: remove old imports
1 parent 683c136 commit 3196cb3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

ios/CodePush/CodePush.m

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
1-
#if __has_include(<React/RCTAssert.h>)
21
#import <React/RCTAssert.h>
32
#import <React/RCTBridgeModule.h>
43
#import <React/RCTConvert.h>
54
#import <React/RCTEventDispatcher.h>
65
#import <React/RCTRootView.h>
76
#import <React/RCTUtils.h>
87
#import <React/RCTReloadCommand.h>
9-
#else // back compatibility for RN version < 0.40
10-
#import "RCTAssert.h"
11-
#import "RCTBridgeModule.h"
12-
#import "RCTConvert.h"
13-
#import "RCTEventDispatcher.h"
14-
#import "RCTRootView.h"
15-
#import "RCTUtils.h"
16-
#endif
178

189
#import "CodePush.h"
1910

0 commit comments

Comments
 (0)