Skip to content

Commit 9d9eaca

Browse files
j-piaseckifacebook-github-bot
authored andcommitted
Use umbrella instead of a direct include in bridging module (#58549)
Summary: Changelog: [Internal] Update the bridging module to use `React/Bridging.h` and `React/RendererCore.h` umbrella includes instead of direct ones. Differential Revision: D120311601
1 parent 64117e7 commit 9d9eaca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/react-native/ReactCommon/react/renderer/bridging

packages/react-native/ReactCommon/react/renderer/bridging/bridging.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
#include <react/cxxstableapi/FrameworksGuard.h>
1111

12+
#include <React/Bridging.h>
13+
#include <React/RendererCore.h>
1214
#include <jsi/jsi.h>
13-
#include <react/bridging/Base.h>
14-
#include <react/renderer/core/ShadowNode.h>
1515

1616
namespace facebook::react {
1717

0 commit comments

Comments
 (0)