Skip to content

Commit 5f109b8

Browse files
committed
refactor: adjust imports
1 parent 8a6f381 commit 5f109b8

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

ios/internals/EnrichedTextComponentDescriptor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22
#include "EnrichedTextViewShadowNode.h"
3-
#include "ios/generated/ReactCodegen/ReactNativeEnrichedSpec/Props.h"
3+
#include "generated/ReactCodegen/ReactNativeEnrichedSpec/Props.h"
44
#include <react/debug/react_native_assert.h>
55
#include <react/renderer/core/ConcreteComponentDescriptor.h>
66

ios/internals/EnrichedTextInputViewComponentDescriptor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22
#include "EnrichedTextInputViewShadowNode.h"
3-
#include "ios/generated/ReactCodegen/ReactNativeEnrichedSpec/Props.h"
3+
#include "generated/ReactCodegen/ReactNativeEnrichedSpec/Props.h"
44
#include <react/debug/react_native_assert.h>
55
#include <react/renderer/core/ConcreteComponentDescriptor.h>
66

ios/internals/EnrichedTextInputViewShadowNode.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma once
22
#include "EnrichedTextInputViewState.h"
3-
#include "ios/generated/ReactCodegen/ReactNativeEnrichedSpec/EventEmitters.h"
4-
#include "ios/generated/ReactCodegen/ReactNativeEnrichedSpec/Props.h"
3+
#include "generated/ReactCodegen/ReactNativeEnrichedSpec/EventEmitters.h"
4+
#include "generated/ReactCodegen/ReactNativeEnrichedSpec/Props.h"
55
#include <jsi/jsi.h>
66
#include <react/renderer/components/view/ConcreteViewShadowNode.h>
77
#include <react/renderer/core/LayoutConstraints.h>

ios/internals/EnrichedTextViewShadowNode.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma once
22
#include "EnrichedTextViewState.h"
3-
#include "ios/generated/ReactCodegen/ReactNativeEnrichedSpec/EventEmitters.h"
4-
#include "ios/generated/ReactCodegen/ReactNativeEnrichedSpec/Props.h"
3+
#include "generated/ReactCodegen/ReactNativeEnrichedSpec/EventEmitters.h"
4+
#include "generated/ReactCodegen/ReactNativeEnrichedSpec/Props.h"
55
#include <jsi/jsi.h>
66
#include <react/renderer/components/view/ConcreteViewShadowNode.h>
77
#include <react/renderer/core/LayoutConstraints.h>

0 commit comments

Comments
 (0)