github microsoft/react-native-windows react-native-windows_v0.67.12
React Native Windows 0.67.12

latest releases: react-native-windows_v0.75.3, react-native-windows_v0.0.0-canary.868, react-native-windows_v0.0.0-canary.867...
2 years ago

This is patch release of react-native-windows, fixing bugs or adding non-breaking enhancements. To see a summary of changes in this major release, see release notes for React Native Windows 0.67.0.

New changes

  • d5a8dff Enable Blob module with runtime option (julio.rocha@microsoft.com)
  • d676dce Stop compiling yoga.cpp with /fp:strict. Doing so caused layout issues if Yoga code ran with the processor's rounding mode set to round down, due to NAN being defined in math.h as: (float)(INFINITY * 0.0f) Which macro-expands to: (float)(((float)(1e+300 * 1e+300)) * 0.0f) Which evaluates as follows: (float)(((float)(inf.double)) * 0.0f) (float)(FLT_MAX * 0.0f) // Casting an infinite double to a float yields // FLT_MAX! (float)0.0f (hpratt@microsoft.com)

Don't miss a new react-native-windows release

NewReleases is sending notifications on new releases.