Skip to content

Commit 4ea38e1

Browse files
ph4r05facebook-github-bot
authored andcommitted
fix(build): fixes React-RCTText build with RN 0.69.0 (#34064)
Summary: Fixes iOS build for React-RCTText with RN 0.69.0, fixes #33976 PR contains changes from #33976 (comment) PoC repo: https://github.com/ph4r05/poc-rn-34064 Related issues: - expo/expo#16283 - #33815 - #33976 ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [iOS] [Fixed] - Fix build for React-RCTText Pull Request resolved: #34064 Reviewed By: cortinico Differential Revision: D37420163 Pulled By: cipolleschi fbshipit-source-id: 68a831bce9f449348d13e040a1ba12726a66667d
1 parent 297b571 commit 4ea38e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

React/Views/RCTShadowView.h

+2
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)