Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

0.10.0

Choose a tag to compare

@xxsnakerxx xxsnakerxx released this 06 Mar 07:23
  • 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()