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
20 Jun 16:46
Compare
Sorry, something went wrong.
No results found
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
13 Oct 22:21
Compare
Sorry, something went wrong.
No results found
0.11.1
19 Jul 19:29
Compare
Sorry, something went wrong.
No results found
0.10.1
04 Jul 13:57
Compare
Sorry, something went wrong.
No results found
New feature
Update examples/Explorer to react native 0.28
Bug fixes
0.10.0
21 Jun 14:51
Compare
Sorry, something went wrong.
No results found
Compatibility fix for React-Native 0.27
0.9.3
19 Jun 21:47
Compare
Sorry, something went wrong.
No results found
BREAKING CHANGE
Don't use on react-native < 0.27
Compatibility fix for React-Native 0.27
0.9.2
12 May 14:59
Compare
Sorry, something went wrong.
No results found
Fix deprecated React API from react-native.
0.9.1
25 Apr 20:52
Compare
Sorry, something went wrong.
No results found
Bug fix
Fix an issue with propTypes of the bgStyle props.
0.9.0
06 Apr 19:17
Compare
Sorry, something went wrong.
No results found
New features
BREAKING CHANGE Modify the willFocus and didFocus to emit the route 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 example Explorer - #104
Bug fixes
Fix issue with navigation content title was not center without right corner - #83
Remove specific version of react-native in peerDependencies - #107
0.8.4
02 Mar 16:57
Compare
Sorry, something went wrong.
No results found
Bug fix
Fix issue with default status bar color when headerStyle is provided to current route.