Skip to content

v0.7.0

Compare
Choose a tag to compare
@gaearon gaearon released this 09 Aug 17:32
· 1435 commits to master since this release

React Native support fixed

0.5.x and 0.6.0 had a regression that caused an error in React Native due to process.env not being polyfilled.
This release should fix it. (#39)

Breaking Changes

Just some renames:

  • Static property DecoratedComponent => WrappedComponent
  • Instance method getUnferlyingRef() => getWrappedInstance()
  • In addition, the wrapped instance is now available as component.refs.wrappedInstance (#35)