react-native v0.59.9 Release Notes

  • ๐Ÿš€ 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. (8f186b84ae by @sahrens)

    • โšก๏ธ Update detox to match master (c6a5c09e2b by @kelset)

    Android specific

    ๐Ÿ›  Fixed

    Android specific

    iOS specific