This repository was archived by the owner on May 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
#if __has_include("RCTEventEmitter.h")
2
- #import " RCTEventEmitter.h"
2
+ #import < React/ RCTEventEmitter.h>
3
3
#else
4
4
#import " React/RCTEventEmitter.h" // Required when used as a Pod in a Swift project
5
5
#endif
Original file line number Diff line number Diff line change 1
- #import " RCTAssert.h"
2
- #import " RCTBridgeModule.h"
3
- #import " RCTConvert.h"
4
- #import " RCTEventDispatcher.h"
5
- #import " RCTRootView.h"
6
- #import " RCTUtils.h"
1
+ #import < React/ RCTAssert.h>
2
+ #import < React/ RCTBridgeModule.h>
3
+ #import < React/ RCTConvert.h>
4
+ #import < React/ RCTEventDispatcher.h>
5
+ #import < React/ RCTRootView.h>
6
+ #import < React/ RCTUtils.h>
7
7
8
8
#import " CodePush.h"
9
9
Original file line number Diff line number Diff line change 1
1
#import " CodePush.h"
2
- #import " RCTConvert.h"
2
+ #import < React/ RCTConvert.h>
3
3
4
4
// Extending the RCTConvert class allows the React Native
5
5
// bridge to handle args of type "CodePushInstallMode"
@@ -11,4 +11,4 @@ @implementation RCTConvert (CodePushInstallMode)
11
11
CodePushInstallModeImmediate, // Default enum value
12
12
integerValue)
13
13
14
- @end
14
+ @end
Original file line number Diff line number Diff line change 1
1
#import " CodePush.h"
2
- #import " RCTConvert.h"
2
+ #import < React/ RCTConvert.h>
3
3
4
4
// Extending the RCTConvert class allows the React Native
5
5
// bridge to handle args of type "CodePushUpdateState"
@@ -12,4 +12,4 @@ @implementation RCTConvert (CodePushUpdateState)
12
12
CodePushUpdateStateRunning, // Default enum value
13
13
integerValue)
14
14
15
- @end
15
+ @end
You can’t perform that action at this time.
0 commit comments