React Native v0.61.x released

v0.61.x on GitHub (npm)


Release blog post


Changelog


This is a major release that includes the new reloading experience Fast Refresh. It also removes the React .xcodeproj, fixes use_frameworks! for CocoaPods support, adds a useWindowDimensions hook, and upgrades to React 16.9.

Added

Android specific

iOS specific

  • Add RCTWeakProxy to properly deallocate RCTUIImageViewAnimated (6d6b532 by @mmmulani)

Changed

Android specific

iOS specific

  • Do not override ActivityIndicator color when setting its size (14b0ed4 by @cabelitos)
  • fix display problems when image fails to load (71d7d68)
  • Renamed yoga podspec to Yoga (8d02e17 by @axe-fb)
  • Update loading pre-bundled message (eb92f81 by @rickhanlonii) [TODO] Andorid and iOS progress bar

Deprecated

Android specific

  • DrawerLayoutAndroid drawerPosition now expects a string, number is deprecated (305b0a2 by @TheSavior)

Removed

Android specific

iOS Specific

  • Remove 's.static_framework = true' requirement for podspec (ca9e108 by @jtreanor)

Fixed

Android specific

iOS specific