react-native/ReactCommon/yoga
Lukas Wöhrl 95faccb13c Fix const declaration mismatch and double/float mix
Summary:
This PR fixes a declaration mismatch for `YGNodeCanUseCachedMeasurement` where the last argument is declared non `const` in `.h` and `const` in `.c`.

Additionally it uses explicit `float` for fraction calculation do avoid usage of `double` assignment.
Closes https://github.com/facebook/yoga/pull/607

Differential Revision: D5677931

Pulled By: emilsjolander

fbshipit-source-id: 502da957089e4439ed956987ff8dec10bd033ba3
2017-08-23 02:45:30 -07:00
..
yoga Fix const declaration mismatch and double/float mix 2017-08-23 02:45:30 -07:00
Android.mk Add YGEnums to fix gradle build 2017-04-04 12:01:43 -07:00
BUCK Apply auto-formatter for BUCK files in fbandroid. 2017-02-27 14:04:56 -08:00
Yoga.podspec Apple TV Cocoapods support 2017-07-18 15:15:59 -07:00