react-native/React
Lukas Wöhrl fb4d9f204a do not redefine isnan if already defined via math.h
Summary:
```isnan``` is already defined in ```math.h``` (at least when using VS13) so there is no need to redefine it. it also is a nan for float and not for double opposed to ```_isnan```
Closes https://github.com/facebook/css-layout/pull/253

Reviewed By: emilsjolander

Differential Revision: D4199331

Pulled By: splhack

fbshipit-source-id: 139fb0efd68dd5df79bbaef863a8e8b9246c795d
2016-11-17 20:43:44 -08:00
..
Base Enforcing semi-colon consistency between dev and release modes when calling RCTLog* 2016-11-16 07:28:32 -08:00
CSSLayout do not redefine isnan if already defined via math.h 2016-11-17 20:43:44 -08:00
Executors Exposing RCTDevMenuItem when not in DEV mode and adding a missing header 2016-11-16 07:28:32 -08:00
Modules Enforcing semi-colon consistency between dev and release modes when calling RCTLog* 2016-11-16 07:28:32 -08:00
Profiler Apple TV support 1: existing Objective C code should compile for tvOS 2016-09-27 06:28:33 -07:00
React.xcodeproj Include RCTSamplingProfiler in React-tvOS 2016-11-16 11:58:33 -08:00
Views fix view clipping to operate on ui hierachy 2016-11-15 17:13:48 -08:00