Skip to content

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

0.8.3

01 Mar 23:11
Compare
Choose a tag to compare

Bug fix

  • Fix titleProps - Issue #75.

0.8.2

28 Feb 16:54
Compare
Choose a tag to compare

Fixed an issue where replaceRoute would not invoke the correct method and throw an error instead.

0.8.1

26 Feb 17:04
Compare
Choose a tag to compare

Fixed some required proptype issues

v0.8.0

25 Feb 12:29
Compare
Choose a tag to compare

New features

  • Add cross-platform StatusBar component
  • Add router functions to leftCorner, titleComponent and rightCorner :
    • toRoute()
    • toBack()
    • replaceRoute()
    • resetToRoute()
    • goToFirstRoute()

v0.7.2

21 Feb 01:02
Compare
Choose a tag to compare

Bug fixes

  • Add missing PropTypes to HelloPage on README
  • Remove the react warning keys for the example project
  • Ensure animation is called on initial render
  • Fix example on README

v0.7.1

19 Feb 14:46
Compare
Choose a tag to compare

Bug fix

  • Removed undefined functions.

First major community release

19 Feb 01:24
Compare
Choose a tag to compare

-Full conversion to ES6
-Added additional Events, so that router can be used as a central event hub
-Removed breaking dependency on fbjs's fbemitter
-Fixed styling issues
-Restored Android support