react-native-macos/ReactCommon/yoga
Gabriel Furini ce48896e99 Fixing Yoga imports and includes on case-sensitive machines (#26416)
Summary:
In addition of the issue resolved by https://github.com/facebook/react-native/pull/26360 (already merged), machines with case-sensitive disks are still not able to build a project on Xcode due not found `<yoga/...` imports:

```
'yoga/Yoga.h' file not found
```

![Screen Shot 2019-09-12 at 11 15 54](https://user-images.githubusercontent.com/1728387/64791885-c58c9180-d54e-11e9-95cb-40befaab7acc.png)

## Changelog

[iOS] [Fixed] - Fix Yoga imports and includes
Pull Request resolved: https://github.com/facebook/react-native/pull/26416

Test Plan: `Build` command on Xcode now runs successfully in a Mac with disk in case-sensitive mode

Differential Revision: D17370392

Pulled By: PeteTheHeat

fbshipit-source-id: 2a225f47046113267adb154a4c6a9ef4664a12c3
2019-09-17 09:54:59 -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 Fixing Yoga imports and includes on case-sensitive machines (#26416) 2019-09-17 09:54:59 -07:00