0.59.3
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. You can participate to the conversation for the next patch release in the dedicated issue.
Changed
Android specific
- Improve RTL support (871290f by @dulmandakh)
Fixed
- Fix VirtualizedList, SectionList and FlatList behavior on rendering list headers with inverted prop and zero items (e94d344 by @michalchudziak)
- Fix VirtualizedList debug mode crash (d7e7b3e)
- Fix running Metro on Windows (581dc3e and 775553b by @aliazizi and @nazreinkaram)
Android specific
- Fix IllegalStateException when invalid URL or headers are passed (e4f9ee9 by @dryganets)
- Fix IllegalStateException when tapping next on Android Keyboard (13cb5a9 by @mdvacca)
iOS specific
- Show Perf Monitor after reloading JS (bdf809e by @usrbowe)
- Fix TextInput's
maxLength
when inserting characters at begin (1a35bc5 by @zhongwuzw) - Fix runtime crash in Xcode 10.2 when using
RCT_EXTERN_MODULE
for swift classes (df7ea67)
You can find the whole changelog history over at react-native-releases
.