Skip to content

v0.33.0

Compare
Choose a tag to compare
@grabbou grabbou released this 10 Sep 08:37
· 25072 commits to main since this release

Thanks to 96 contributors who put 175 commits into this release!

This release requires React ~15.3.0.

Breaking Changes

Android

  • Add Activity to onActivityResult listener interface (fbd2e13) - @foghina
  • Add ReactFragmentActivity, share delegate with ReactActivity (3c4fd42) - @foghina

General

Bugfixes

New features and enhancements

  • Add --config option to CLI to allow passing a path to an rn-cli.config.js (757ab0b) - @skevy
  • Add support for flex-grow, flex-shrink, and flex-basis (0ea4198) - @emilsjolander
  • Remove shouldComponentUpdate policy from NavigationCard and NavigationCardStack (6c4d3c3) - @ericvicenti
  • Make reloads faster for simple file changes (3f504ec) - @davidaurelio
  • Define Flow types for style and stylesheet objects, more checking (8eed600) - @ide
  • Run adb reverse for all devices using run-android with multiple devices (dd6370f) - @jreziga
  • Add onComplete callback to animation config (26e8ae7) - @vaukalak
  • Provide RTL support in NavigationCardStack (fc864a2) - @MengjueW
  • Scroll multiline textinputs when focused (0082517)

Android

Bugfixes

New features and enhancements

  • Add transform support for native animated on Android (df05311) - @janicduplessis
  • Add JS library for requesting Android M Permissions (0fb2ccf) - @cmcewen
  • Add 'center' to the allowed values in Android Image.resizeMode proptype (862b657) - @alonsch
  • Add checkAndroid back (6f7ade1) - @jreziga
  • Always log exception in DevSupportManager (e4d5dcb) - @lexs
  • Add RedBoxHandler & UIImplementation to ReactNativeHost (baf5a5b) - @foghina
  • Add @ReactModule annotation (0561336) - @AaaChiuuu
  • Add isPrefSet and setPref to make I18nUtil cleaner (380830e) - @MengjueW
  • Add LazyReactPackage (1feb462) - @AaaChiuuu
  • Support for spring animations (8f75d73) - @kmagiera
  • Implement cancelable option for Alerts (8e2906a) - @kraffslol
  • Support 64 bit platforms (fc5bed8) - @emilsjolander
  • Add native decay animation (2a7f4be) - @foghina

iOS

Bugfixes

New features and enhancements