0.10.0
- 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()