Skip to content

Releases: react-native-simple-router-community/react-native-simple-router

Improve better support for Android

20 Jun 16:46
Compare
Choose a tag to compare

BackAndroid is deprecated and was completely removed from React Native 0.58.0+
This release replaces all instances of BackAndroid with BackHandler

0.12.0

13 Oct 22:21
Compare
Choose a tag to compare

New features

Bug fixes

0.11.1

19 Jul 19:29
Compare
Choose a tag to compare

New feature

  • Add popToRoute function.

0.10.1

04 Jul 13:57
Compare
Choose a tag to compare

New feature

  • Update examples/Explorer to react native 0.28

Bug fixes

0.10.0

21 Jun 14:51
Compare
Choose a tag to compare

Compatibility fix for React-Native 0.27

0.9.3

19 Jun 21:47
Compare
Choose a tag to compare

BREAKING CHANGE

Don't use on react-native < 0.27

Compatibility fix for React-Native 0.27

0.9.2

12 May 14:59
Compare
Choose a tag to compare

Fix deprecated React API from react-native.

0.9.1

25 Apr 20:52
Compare
Choose a tag to compare

Bug fix

  • Fix an issue with propTypes of the bgStyle props.

0.9.0

06 Apr 19:17
Compare
Choose a tag to compare

New features

  • BREAKING CHANGE Modify the willFocus and didFocus to emit the route object instead of the route name - #91
  • Add backButtonProps - #98
  • Add titleStyle props on change route API - #100
  • Router methods can be accessed from the component directly - #103
  • Add examples folder with the new example Explorer - #104

Bug fixes

  • Fix issue with navigation content title was not center without right corner - #83
  • Remove specific version of react-native in peerDependencies - #107

0.8.4

02 Mar 16:57
Compare
Choose a tag to compare

Bug fix

  • Fix issue with default status bar color when headerStyle is provided to current route.