React Native v0.29-rc released

v0.29-rc on GitHub (npm)


Breaking changes

General
  • Kill NavigationReducers (3a8b50a) - @hedgerwang

  • NavigationExperimental - Clean up NavigationStateUtils (67002e8) - @hedgerwang

    • Remove the logic that lets NavigationStateUtils accept empty value as input and return a new state.
    • Remove the method NavigationStateUtils.getParent, NavigationStateUtils.set.
  • NavigationExperimental - Remove prop onNavigate (fb0007d) - @hedgerwang

Android
iOS

General

Bug fixes
New features and enhancements

Android

Bug fixes
  • Enable Double R shortcut to reload JS when redbox is shown (4959b21) - @lebronJ
  • Fix deletion layout animations to work with custom view managers (49a5fe4) - @astreet
  • Fix crash when Modal is displayed as a result of touch handling code (837aafd) - Olivier Notteghem
  • Properly validate layout animation config (d4e7c8a) - @janicduplessis
  • Fix potential NPE in layout animation deletion code (bb9ed2d) - Olivier Notteghem
  • Fix bug where UIOperations aren't executed after hosting Activity is paused (eef03fd) - @astreet
  • Remove iOS platform check for running devtools (1b40db7) - @kageurufu
  • Fix dialogmodule crashing with no fragment manager in onHostResume (bf79352) - @foghina
New features and enhancements

iOS

Bug fixes
New features and enhancements