Skip to content

Commit bce23c7

Browse files
committed
🐞 Fix: Imports to RNIHeaderUtils
1 parent 250e2bb commit bce23c7

7 files changed

+8
-7
lines changed

ios/RNIContextMenuButton/RNIContextMenuButton.mm

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
//
77

88
#import "RNIContextMenuButton.h"
9+
#import "RNIHeaderUtils.h"
10+
911
#import "../Swift.h"
10-
#import "../RNIHeaderUtils.h"
1112

1213
#import RNI_INCLUDE_HEADER(RNIContentViewParentDelegate.h)
1314
#import RNI_INCLUDE_HEADER(UIApplication+RNIHelpers.h)

ios/RNIContextMenuButton/RNIContextMenuButtonComponentDescriptor.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#include "RNIContextMenuButtonShadowNode.h"
1212
#include "RNIBaseViewComponentDescriptor.h"
13-
#include "../RNIHeaderUtils.h"
13+
#include "RNIHeaderUtils.h"
1414

1515
#import RNI_INCLUDE_HEADER(RNIBaseViewState.h)
1616

ios/RNIContextMenuButton/RNIContextMenuButtonShadowNode.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#if __cplusplus
99
#pragma once
1010

11-
#include "../RNIHeaderUtils.h"
11+
#include "RNIHeaderUtils.h"
1212

1313
#import RNI_INCLUDE_HEADER(RNIBaseViewShadowNode.h)
1414
#import RNI_INCLUDE_HEADER(RNIBaseViewProps.h)

ios/RNIContextMenuButton/RNIContextMenuButtonViewManager.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#import "RNIContextMenuButton.h"
99
#import <objc/runtime.h>
1010

11-
#import "../RNIHeaderUtils.h"
11+
#import "RNIHeaderUtils.h"
1212

1313
#import RNI_INCLUDE_HEADER(RNIBaseViewUtils.h)
1414

ios/RNIContextMenuView/RNIContextMenuView.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#import "RNIContextMenuView.h"
99
#import "../Swift.h"
1010

11-
#import "../RNIHeaderUtils.h"
11+
#import "RNIHeaderUtils.h"
1212

1313
#import RNI_INCLUDE_HEADER(RNIBaseView.h)
1414
#import RNI_INCLUDE_HEADER(RNIContentViewParentDelegate.h)

ios/RNIContextMenuView/RNIContextMenuViewManager.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#import "RNIContextMenuView.h"
99
#import <objc/runtime.h>
1010

11-
#import "../RNIHeaderUtils.h"
11+
#import "RNIHeaderUtils.h"
1212

1313
#import RNI_INCLUDE_HEADER(RNIBaseViewUtils.h)
1414

ios/RNIContextMenuView/RNIContextMenuViewShadowNode.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#if __cplusplus
99
#pragma once
1010

11-
#include "../RNIHeaderUtils.h"
11+
#include "RNIHeaderUtils.h"
1212

1313
#import RNI_INCLUDE_HEADER(RNIBaseViewShadowNode.h)
1414
#import RNI_INCLUDE_HEADER(RNIBaseViewProps.h)

0 commit comments

Comments
 (0)