Releases: xxsnakerxx/react-native-ya-navigator
Releases · xxsnakerxx/react-native-ya-navigator
0.7.6
Bumped to 0.7.6
0.7.5
- refactored NavBar
0.7.4
Support for RN 0.41
0.7.3
Support for RN 0.40
0.7.2
Bumped 0.7.2
0.7.1
Breaking changes
refs of navBar elements generated from the template
const ref = `${navigationDelegate.id || `${navigator.state.presentedIndex + 1}_scene`}_leftPart|rightPart|title`;
// usage
this.props.navigator._navBar.refs['navDelegateId_rightPart'].doSmth()
// or if navigationDelegate id is not defined
this.props.navigator._navBar.refs['1_scene_rightPart'].doSmth()
0.7.0
- added support for
inialRouteStack
prop
0.6.10
Bumped to 0.6.10
0.6.9
Bumped to 0.6.9
0.6.8
Bumped to 0.6.8