- 3.26.22 Pass DefaultRenderer props to underlying scene component
- 3.26.21 Added onBack, hideBackImage properties
- 3.26.20 Support for 'modifier' functions inside Refresh actions, like
Actions.refresh({ key: 'drawer', open: value=>!value })
- 3.26.0 Support for React Native 0.26
- 3.22.20 fix more ESLint errors, fix passing leftButtonStyle property for back button
- 3.22.18 fix some ESLint errors and ignore pop for root scene
- 3.22.17 allow jump & push together - now you could call Actions.tab2_2() (
tab2_2
is next scene aftertab2
) even iftab2
is not active - 3.22.16 simplified syntax for sub-states
- 3.22.15 introduces support for different states inside the same screen.
- 3.22.10 simplifies customization of own NavBar. From now you could import built-in NavBar from the component and customize it. You could set it globally to all scenes by setting
navBar
property forRouter
component. For all other scenes you may pass rightButton, leftButton for custom buttons or rightTitle & onRight, leftTitle & onLeft for text buttons.