We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683c136 commit 3196cb3Copy full SHA for 3196cb3
ios/CodePush/CodePush.m
@@ -1,19 +1,10 @@
1
-#if __has_include(<React/RCTAssert.h>)
2
#import <React/RCTAssert.h>
3
#import <React/RCTBridgeModule.h>
4
#import <React/RCTConvert.h>
5
#import <React/RCTEventDispatcher.h>
6
#import <React/RCTRootView.h>
7
#import <React/RCTUtils.h>
8
#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
17
18
#import "CodePush.h"
19
0 commit comments