Releases: aksonov/react-native-router-flux
Releases · aksonov/react-native-router-flux
2.2.4
- added dependency from @exponent/react-native-action-sheet team
2.2.3
- various fixes and improvements
- actionSheet support
2.1.4
- 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
- Fully rewritten code, pure routing logic is decoupled from UI implementation (exNavigator), so you could use any UI for routing.
1.0.1
- small fix for nested navigators within tab bar, #49
1.0.0
- 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
- 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
Avoid passing react native event object to actions (latest RN starts doing this for all onPress handlers)