Releases: react-native-simple-router-community/react-native-simple-router
Releases · react-native-simple-router-community/react-native-simple-router
Improve better support for Android
BackAndroid is deprecated and was completely removed from React Native 0.58.0+
This release replaces all instances of BackAndroid with BackHandler
0.12.0
New features
- Added getCurrentRoutes functionality without the need of ref. (7dfd543) - @AsafBrieferyDev
- Add a default sceneConfig prop (9914eda) - @johannhof
Bug fixes
0.11.1
0.10.1
0.10.0
0.9.3
0.9.2
0.9.1
0.9.0
New features
- BREAKING CHANGE Modify the
willFocus
anddidFocus
to emit theroute
object instead of the route name - #91 - Add
backButtonProps
- #98 - Add
titleStyle
props on change route API - #100 - Router methods can be accessed from the component directly - #103
- Add
examples
folder with the new exampleExplorer
- #104