react-native-macos/ReactCommon/yoga
Janic Duplessis 0165489b8f Add `DEFINES_MODULE=YES` to the yoga podspec (#26276)
Summary:
This fixes an error when using RN's version of yoga with Flipper.

```
[!] The following Swift pods cannot yet be integrated as static libraries:

The Swift pod `YogaKit` depends upon `Yoga`, which does not define modules. To opt into those targets generating module maps (which is necessary to import them from Swift when building as static libraries), you may set `use_modular_headers!` globally in your Podfile, or specify `:modular_headers => true` for particular dependencies.
```

Taken from https://github.com/facebook/yoga/blob/master/Yoga.podspec#L25

## Changelog

[Internal] [Fixed] - Add `DEFINES_MODULE=YES` to the yoga podspec
Pull Request resolved: https://github.com/facebook/react-native/pull/26276

Reviewed By: priteshrnandgaonkar

Differential Revision: D17149819

Pulled By: axe-fb

fbshipit-source-id: 5060b8e7111ba411f6e26e3479ad4fb55a552b4e
2019-09-02 09:11:33 -07:00
..
yoga use array for passing measure callback reasons count 2019-08-08 07:28:26 -07:00
Android.mk Pass reason for measure pass along with measurecallbackend event (#566) 2019-07-18 05:21:15 -07:00
BUCK Pass reason for measure pass along with measurecallbackend event (#566) 2019-07-18 05:21:15 -07:00
yoga.podspec Add `DEFINES_MODULE=YES` to the yoga podspec (#26276) 2019-09-02 09:11:33 -07:00