0.59.9
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 totrue
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)
Android specific
- Bump Gradle to 5.4.1 & Android Gradle plugin to 3.4.0 (2282c15, 4652392, 184108f, deb41eb by @dulmandakh)
Fixed
- Fixes wrong time unit of scroll event throttle (ebe2827 by @zhongwuzw)
Android specific
iOS specific
- Fix Xcode 11 Beta 1 builds (52cda84 by @ericlewis)
You can find the whole changelog history over at react-native-releases
.