React Native Simple Router Versions Save

A community maintained router component for React Native

0.12.1

4 years ago

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

v0.12.0

7 years ago

New features

  • Added getCurrentRoutes functionality without the need of ref. (7dfd543) - @AsafBrieferyDev
  • Add a default sceneConfig prop (9914eda) - @johannhof

Bug fixes

  • Use this.props.customAction instead of this.customAction ( 3788a5d) - @BigPun86
  • Fixed twitter app running error (08a8ded) - @JackPu

v0.11.1

7 years ago

New feature

  • Add popToRoute function.

v0.10.1

7 years ago

New feature

  • Update examples/Explorer to react native 0.28

Bug fixes

  • Fix corner component position for RN 0.28 (abe0043ddd60a9afe65e68250dbe24afea75752d) - @charpeni
  • Fix corners width (9b758523d4f37007f0e48d77cb8790b7fa646e78) - @fabianbormann

v0.10.0

7 years ago

Compatibility fix for React-Native 0.27

0.9.3

7 years ago

BREAKING CHANGE

Don't use on react-native < 0.27

Compatibility fix for React-Native 0.27

v0.9.2

8 years ago

Fix deprecated React API from react-native.

v0.9.1

8 years ago

Bug fix

  • Fix an issue with propTypes of the bgStyle props.

v0.9.0

8 years ago

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

v0.8.4

8 years ago

Bug fix

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