v0.59.5
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
- Remove wrapper around ListEmptyComponent (54af5b by @AntoineDoubovetzky)
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 (72b4cc by @rdonnelly) - Fixed warning: "RCTImagePickerManager requires main queue setup" (effb02 by @scarlac)
You can find the whole changelog history over at react-native-releases
.