Skip to content

0.59.9

Compare
Choose a tag to compare
@kelset kelset released this 05 Jun 16:56

This is a patch fix release addressing a couple ScrollView regressions, and "future-proof" RN 59 from crashes caused by upgrading Gradle (now can support up to 5.4.1 & 3.4.0 for the plugin) and Xcode 11 Beta 1. You can upgrade to this version without upgrading your tooling.

Thanks everyone who contributed code or participated in the discussion for cherry-picking commits. You can participate to the conversation for the next patch release in the dedicated issue.

Changed

  • If isInteraction is not specified in the config, it would always default to true which would block interactions like VirtualizedList updates. This is generally not what you want with useNativeDriver since the animation won't be interrupted by JS. If something does end up interfering with an animation and causes frame drops, isInteraction can be set manually. (ded7119 by @sahrens)

  • Update detox to match master (c6a5c09 by @kelset)

Android specific

Fixed

Android specific

iOS specific


You can find the whole changelog history over at react-native-releases.