react-native v0.59.3 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.

    ๐Ÿ”„ Changed

    Android specific

    ๐Ÿ›  Fixed

    Android specific

    • ๐Ÿ›  Fix IllegalStateException when invalid URL or headers are passed (aad4dbbbfe by @dryganets)
    • ๐Ÿ›  Fix IllegalStateException when tapping next on Android Keyboard (b943db418f by @mdvacca)

    iOS specific

    • ๐Ÿ‘‰ Show Perf Monitor after reloading JS (15619c22e5 by @usrbowe)
    • Fix TextInput's maxLength when inserting characters at begin (17415938c7 by @zhongwuzw)
    • Fix runtime crash in Xcode 10.2 when using RCT_EXTERN_MODULE for swift classes (ff66600224)