React Native v0.63.x released

v0.63.x on GitHub (npm)


Release blog post


Changelog


v0.63.0

Breaking

  • The target field of events is now a native component, not a react tag (3b813cade1 by @TheSavior)
  • Modal: Remove support for animated prop (deprecated in 0.26) (1e9db7bd6d by @TheSavior)
  • Alert: Remove deprecated support for passing callback as fourth argument to Alert.prompt (deprecated in 0.59) (a26d622d04 by @TheSavior)
  • Switch: Remove support for thumbTintColor, tintColor, onTintColor props (deprecated in 0.57) (26912bd979 by @TheSavior)
  • Multiple deprecations and breaking changes to TextInputState. Use native component refs instead of react tags (6286270e4c by @TheSavior)
  • Bump supported Node engines to >= 10 (f0c7178a3a by @safaiyeh)

Deprecated

Android specific

  • We are deprecating the method UIManagerModule.resolveRootTagFromReactTag, this will not be supported in the next version of RN (acbf9e18ea by @mdvacca)
  • Add warning message for trying to use ToolbarAndroid which has been removed from the core since 0.61. (6249d14a61 by @Naturalclar)

iOS specific

Added

Android specific

  • Support item background color in Dialog Picker (22eb711c84)
  • Add OverrideColorScheme interface and setOverrideColorScheme method to AppearanceModule(45d7df6cf7)
  • Allow setting custom ripple radius on TouchableNativeFeedback (7f2a79f40b by @vonovak)
  • Add resizeMode prop support on TextInlineView (6871416328 by @mdvacca)
  • Added an API for checking if there are busy timers to TimingModule (22764e6cdc by @ejanzer)
  • Make packager location customizable in dev mode (3714f3648a)

iOS specific

Changed

Android specific

iOS specific

Removed

Android specific

iOS specific

  • Remove core RCTConvert CoreLocation Libraries (bcf2a716fb by @maschad)
  • Remove copyright notices from iOS application template (9c3fa57337 by @alloy)
  • Remove three properties: textColor, font and textAlignment from RCTBackedTextInputViewProtocol, unifying the usage into defaultTextAttributes. (aff6bad27c by @jimmy623)

Fixed

Android specific

iOS specific


v0.63.1

Added

Android specific

Fixed

Android specific

iOS specific


v0.63.2

Fixed

Android specific

iOS specific