Skip to content

0.10.0

Compare
Choose a tag to compare
@xxsnakerxx xxsnakerxx released this 06 Mar 07:23
· 13 commits to master since this release
  • Refactoring (docs was updated)
  • React 16.3 support (new lifecycle methods)

Breaking changes

this.props.navigator._navBar.refs.someRef -> this.props.navigator.navBarParts.someRef

Add new methods

this.props.navigator.forceUpdateNavBar()
this.props.navigator.showNavBar()
this.props.navigator.hideNavBar()