React Native: v0.57.6 Release

Release date:
November 26, 2018
Previous version:
v0.57.5 (released November 13, 2018)
Magnitude:
443 Diff Delta
Contributors:
15 total committers
Data confidence:
Commits:

56 Features Released with v0.57.6

Top Contributors in v0.57.6

kelset
mdvacca
zack-gomez-c5d2
syaau
empyrical
mehdi-mulani-7c75
ultramiraculous
ayc1
vovkasm
dulmandakh

Directory Browser for v0.57.6

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

It's highly recommended that you skip this version and upgrade to 0.57.7.

The 0.57.7 release contains a fix for an issue that was introduced in 0.57.6's TextInput.


This patch release fixes a number of crashes, resolves build issues (both for iOS and Android). Thanks to every one who contributed with their PRs as well as those who participated in the discussion around which commits were good candidates for cherry-picking.

PLEASE NOTE: When upgrading to this version, you will also need to upgrade both react and react-test-renderer to version "16.6.1" in your project's package.json.

Added

iOS specific

Removed

  • Remove useless additionnal blur call (#22156) (356ac5d)

Fixed

  • Improving Modal visible prop check to handle undefined and null (#22072) (6c85356 by @MateusAndrade)
  • Fix crash in nativeInjectHMRUpdate (#22412) (0b4fd62 by @vovkasm)
  • Fix IllegalArgumentException when dismissing ReactModalHostView (e360b0b by @mdvacca)
  • Fix regression in StyleSheet.setStyleAttributePreprocessor (#22262) (5ba44f7 by @brentvatne)
  • Fix React Native AsyncMode and DevTools (f41383f by @bvaughn)
  • CxxReact: Silence 'unused lambda capture' warnings in open-source (#22240) (87c9d92 by @empyrical)

Android specific

  • Fixed HTTP connection timeout on Android (#22164) (695784a)
  • resizeMode applies to Image.defaultSource (#22216) (ec1bbfd by @dulmandakh)
  • Android: Close websocket properly when remote server initiates close (#22248) (6e7576b by @syaau)
  • Workaround a wrong fling direction for inverted ScrollViews on Android P (#21117) (90cb45f by @mandrigin)
  • Fix crash when releasing RN views (de3711e by @ayc1)

iOS specific

  • iOS: Support inline view truncation (#21456) (ac5aaec by @rigdern)
  • NetInfo: try to solve crash with releasing _firstTimeReachability (35c1c27 by @mmmulani)
  • Generate ip.txt before SKIP_BUNDLING check (#20554) (26b5a6e by @keatongreve)
  • Revert [Performance improvement for loading cached images on iOS ] (7eeb305 by @kelset)
  • Fix inability to remove 'Disabled' state from AccessibilityStates (79b3311)