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 a16821c commit cd2e773Copy full SHA for cd2e773
ios/RNCSegmentedControl.m
@@ -7,9 +7,9 @@
7
8
#import "RNCSegmentedControl.h"
9
10
-#import "RCTConvert.h"
11
-#import "RCTEventDispatcher.h"
12
-#import "UIView+React.h"
+#import <React/RCTConvert.h>
+#import <React/RCTEventDispatcher.h>
+#import <React/UIView+React.h>
13
14
@implementation RNCSegmentedControl
15
ios/RNCSegmentedControlManager.m
@@ -7,8 +7,8 @@
#import "RNCSegmentedControlManager.h"
-#import "RCTBridge.h"
+#import <React/RCTBridge.h>
@implementation RNCSegmentedControlManager
0 commit comments