Skip to content

Releases: aksonov/react-native-router-flux

2.2.6

18 Feb 08:02

Choose a tag to compare

2.2.5

16 Feb 16:59

Choose a tag to compare

  • fix typo

2.2.4

16 Feb 16:18

Choose a tag to compare

  • added dependency from @exponent/react-native-action-sheet team

2.2.3

16 Feb 16:06

Choose a tag to compare

  • various fixes and improvements
  • actionSheet support

2.1.4

01 Feb 16:15

Choose a tag to compare

  • modal type support for popups, activity indicators, etc. It could be even invisible process which should be executed for current screen (like login)
  • numerous fixes and improvements

2.0.2

04 Jan 14:16

Choose a tag to compare

2.0.2 Pre-release
Pre-release
  • Fully rewritten code, pure routing logic is decoupled from UI implementation (exNavigator), so you could use any UI for routing.

1.0.1

10 Dec 07:42

Choose a tag to compare

  • small fix for nested navigators within tab bar, #49

1.0.0

09 Dec 19:54

Choose a tag to compare

  • Flux/redux ready, doesn't depend from concrete library
  • exNavigator-based
  • Nested Router allows to build hierarchy of any complexity, TabBar support

0.3.0

05 Oct 12:59

Choose a tag to compare

  • Add 'replace' actions to replace current route with new route
  • More documentation about 'custom' actions and processing of data flow in your Flux stores.

0.2.2

29 Sep 14:58

Choose a tag to compare

Avoid passing react native event object to actions (latest RN starts doing this for all onPress handlers)