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 11#if __has_include("RCTEventEmitter.h")
2- #import " RCTEventEmitter.h"
2+ #import < React/ RCTEventEmitter.h>
33#else
44#import " React/RCTEventEmitter.h" // Required when used as a Pod in a Swift project
55#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>
77
88#import " CodePush.h"
99
Original file line number Diff line number Diff line change 11#import " CodePush.h"
2- #import " RCTConvert.h"
2+ #import < React/ RCTConvert.h>
33
44// Extending the RCTConvert class allows the React Native
55// bridge to handle args of type "CodePushInstallMode"
@@ -11,4 +11,4 @@ @implementation RCTConvert (CodePushInstallMode)
1111 CodePushInstallModeImmediate, // Default enum value
1212 integerValue)
1313
14- @end
14+ @end
Original file line number Diff line number Diff line change 11#import " CodePush.h"
2- #import " RCTConvert.h"
2+ #import < React/ RCTConvert.h>
33
44// Extending the RCTConvert class allows the React Native
55// bridge to handle args of type "CodePushUpdateState"
@@ -12,4 +12,4 @@ @implementation RCTConvert (CodePushUpdateState)
1212 CodePushUpdateStateRunning, // Default enum value
1313 integerValue)
1414
15- @end
15+ @end
You can’t perform that action at this time.
0 commit comments