React Native Simple Router Versions Save

A community maintained router component for React Native

v0.8.3

8 years ago

Bug fix

  • Fix titleProps - Issue #75.

0.8.2

8 years ago

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

0.8.1

8 years ago

Fixed some required proptype issues

v0.8.0

8 years ago

New features

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

v0.7.2

8 years ago

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

8 years ago

Bug fix

  • Removed undefined functions.

0.7.0

8 years ago

-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