react-native v0.59.5 Release Notes

  • ๐Ÿš€ This is a patch fix release addressing regressions, crashes, and a few developer-experience pain points. Thanks everyone who contributed code or participated in the discussion for cherry-picking commits.

    ๐Ÿ›  Fixed

    Android specific

    • Enforced thread safety on UIImplementation methods that mutate the shadowNodeRegistry (f5a318 by @SudoPlz)
    • ๐Ÿ›  Fixed a NoSuchKeyException when parsing JS stack frames without line numbers (d7bd6c by @Salakar)
    • ๐Ÿ›  Fixed mostRecentEventCount is not updated (b8aac0 by @jainkuniya)

    iOS specific

    • Pass back correct dimensions for application window in Dimensions module (72b4cc by @rdonnelly)
    • ๐Ÿ›  Fixed warning: "RCTImagePickerManager requires main queue setup" (effb02 by @scarlac)