Skip to content

Commit ccf210a

Browse files
committed
fix(build): fixes React-RCTText build with RN 0.69.0
1 parent ef6ab3f commit ccf210a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

React/Views/RCTShadowView.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
#import <UIKit/UIKit.h>
99

1010
#import <React/RCTComponent.h>
11+
// Keeps RCTConvert.h here before yoga for clang module to generate correct header imports.
12+
#import <React/RCTConvert.h>
1113
#import <React/RCTLayout.h>
1214
#import <React/RCTRootView.h>
1315
#import <yoga/Yoga.h>

0 commit comments

Comments
 (0)