Skip to content

Commit 33dd2e4

Browse files
committed
Add imports
1 parent abde9d4 commit 33dd2e4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ios/bottom-tabs/RNSBottomTabsHostComponentView.mm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#import "RNSBottomTabsHostComponentView.h"
22

3+
#import <cxxreact/ReactNativeVersion.h>
4+
35
#if RCT_NEW_ARCH_ENABLED
46
#import <React/RCTConversions.h>
57
#import <React/RCTImageLoader.h>

ios/bottom-tabs/RNSBottomTabsScreenComponentView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#import "RNSScrollEdgeEffectApplicator.h"
99
#import "RNSScrollViewBehaviorOverriding.h"
1010

11-
#ifdef RCT_NEW_ARCH_ENABLED
1211
#import <cxxreact/ReactNativeVersion.h>
1312

13+
#ifdef RCT_NEW_ARCH_ENABLED
1414
// Starting 0.82.0, we're switching to the new impl based on RCTComponentViewProtocol.
1515
// Additional runtime check is needed for RCs of 0.82
1616
#if REACT_NATIVE_VERSION_MINOR <= 82

0 commit comments

Comments
 (0)