From a713a598c8c1f58891ec4ccc7527266629e3a99e Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Mon, 20 Nov 2023 14:10:56 -0800 Subject: [PATCH] Fix modulemap typo (#1474) Summary: X-link: https://github.com/facebook/react-native/pull/41564 Pull Request resolved: https://github.com/facebook/yoga/pull/1474 Fixes https://github.com/facebook/yoga/issues/1468 We build with Swift, but don't build something consuming Yoga module, and don't use modulemap and CocoaPods. This is a gap in validation we should figure out, but in the meantime, we should fix the typo. Reviewed By: christophpurrer Differential Revision: D51472493 fbshipit-source-id: 60e05cc49969f51d5fc4856cf25ce2afede72f36 --- yoga/module.modulemap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yoga/module.modulemap b/yoga/module.modulemap index 5a8aad8f..6a0f4603 100644 --- a/yoga/module.modulemap +++ b/yoga/module.modulemap @@ -12,7 +12,7 @@ module yoga [system] { header "YGMacros.h" header "YGNode.h" header "YGNodeLayout.h" - header "YGNodeStye.h" + header "YGNodeStyle.h" header "YGPixelGrid.h" header "YGValue.h" header "Yoga.h"