Fix modulemap typo (#41564)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/41564

X-link: 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
This commit is contained in:
Nick Gerleman
2023-11-20 14:10:56 -08:00
committed by Facebook GitHub Bot
parent c7bd397dac
commit b4d4aef057
@@ -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"