Files
yoga/yoga/module.modulemap
Nick Gerleman a713a598c8 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
2023-11-20 14:10:56 -08:00

22 lines
511 B
Plaintext

/*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
module yoga [system] {
module core {
header "YGConfig.h"
header "YGEnums.h"
header "YGMacros.h"
header "YGNode.h"
header "YGNodeLayout.h"
header "YGNodeStyle.h"
header "YGPixelGrid.h"
header "YGValue.h"
header "Yoga.h"
export *
}
}