Skip to content

Releases: xxsnakerxx/react-native-ya-navigator

0.7.6

22 Mar 08:01
Compare
Choose a tag to compare
Bumped to 0.7.6

0.7.5

15 Mar 12:01
Compare
Choose a tag to compare
  • refactored NavBar

0.7.4

06 Feb 08:39
Compare
Choose a tag to compare

Support for RN 0.41

0.7.3

02 Feb 06:00
Compare
Choose a tag to compare

Support for RN 0.40

0.7.2

15 Dec 07:34
Compare
Choose a tag to compare
Bumped 0.7.2

0.7.1

11 Oct 05:30
Compare
Choose a tag to compare

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

04 Sep 07:44
Compare
Choose a tag to compare
  • added support for inialRouteStack prop

0.6.10

17 Jun 16:19
Compare
Choose a tag to compare
Bumped to 0.6.10

0.6.9

16 Jun 08:03
Compare
Choose a tag to compare
Bumped to 0.6.9

0.6.8

05 Jun 16:05
Compare
Choose a tag to compare
Bumped to 0.6.8