Skip to content

0.16

Compare
Choose a tag to compare
@necolas necolas released this 20 Apr 19:22
· 257 commits to master since this release

This release includes Flow type exports, updates vendored modules, and miscellaneous bug fixes.

Breaking changes

  • Animated & VirtualizedList have been updated from React Native.
  • Dimensions has changed the source of window dimensions and works more reliably in Safari.
  • NativeEventEmitter no longer inherits from EventEmitter and does not include the removeSubscription method.

New features

  • Flow types are now exported. Thanks @comp615