From 802d3246c44234534dfb6f53691f96c7f53a8d29 Mon Sep 17 00:00:00 2001 From: Dusan Klinec Date: Wed, 29 Jun 2022 02:36:50 -0700 Subject: [PATCH] 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 https://github.com/facebook/react-native/issues/33976 PR contains changes from https://github.com/facebook/react-native/issues/33976#issuecomment-1164973209 PoC repo: https://github.com/ph4r05/poc-rn-34064 Related issues: - https://github.com/expo/expo/issues/16283 - https://github.com/facebook/react-native/issues/33815 - https://github.com/facebook/react-native/issues/33976 ## Changelog [iOS] [Fixed] - Fix build for React-RCTText Pull Request resolved: https://github.com/facebook/react-native/pull/34064 Reviewed By: cortinico Differential Revision: D37420163 Pulled By: cipolleschi fbshipit-source-id: 68a831bce9f449348d13e040a1ba12726a66667d --- React/Views/RCTShadowView.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/React/Views/RCTShadowView.h b/React/Views/RCTShadowView.h index 428d2eb9fc3..226672fb376 100644 --- a/React/Views/RCTShadowView.h +++ b/React/Views/RCTShadowView.h @@ -8,6 +8,8 @@ #import #import +// Keeps RCTConvert.h here before yoga for clang module to generate correct header imports. +#import #import #import #import