Skip to content

v0.59.8

Compare
Choose a tag to compare
@grabbou grabbou released this 08 May 17:16

This is a patch fix release addressing regressions, crashes, and a few developer-experience pain points (in particular, check the KeyboardAvoidingView change). Thanks everyone who contributed code or participated in the discussion for cherry-picking commits.

Fixed

iOS specific

  • Fix incorrect opacity behaviour for Text component (f71357 by @shergin)
  • Fix Text shadow displays when textShadowOffset is {0,0} (17a81b by @Woodpav)
  • Add convert compatible of NSString for bridge message data (c37e9c by @zhongwuzw)
  • Fix nullability warnings in RCTExceptionsManager (2b7d79 by @jtreanor)
  • Fix app to reconnect with metro after the bundler is closed and reopened (c28676 by @rickhanlonii)
  • Fix throttle below 16ms on ScrollView (39776a by @sahrens)

Android specific

Added

Changed

  • Make KeyboardAvoidingView with behavior="height" resize on keyboard close (7140a7 by @WaldoJeffers)
  • Update network inspector to have smarter scroll stickiness (57dc37 by @AlanFoster)