React Native v0.64.x released

v0.64.x on GitHub (npm)


Release blog post


Changelog


v0.64.0

Breaking

  • Enable inlineRequires by default in new projects' metro.config.js. Gives a performance benefit but slightly different JS execution order (959365a902 by @GantMan)
  • Minimum supported Node version changed to 12 (4b92e2e53d by @safaiyeh)
  • Remove deprecated CameraRoll API (deprecated in 0.61) (824d3a9770 by @seanyusa)
  • Remove deprecated CheckBox component (deprecated in 0.60) (dff17effe5 by @poteto)
  • Removed DEPRECATED_sendUpdatedChildFrames prop from ScrollView component (deprecated in 0.47) (345d0c1abb by @ZHUANGPP)
  • On Image, onLoad event objects' source.url is now renamed to source.uri. (74ab8f6e5a by @yungsters)

Android specific

iOS specific

Deprecated

Android specific

  • Deprecated method UIManagerModule.getUIImplementation. This method will not be part of the new architecture of React Native. (fe79abb32c by @mdvacca)

Added

Android specific

iOS specific

Changed

Android specific

iOS specific

Removed

Android specific

Fixed

Android specific

iOS specific