-
Notifications
You must be signed in to change notification settings - Fork 5
Changelog
nodegin edited this page Aug 19, 2016
·
20 revisions
- Better error handling on route not found
- Added two new API:
this.props.actions._addRouteListener
andthis.props.actions._removeRouteListener
- Minor bug fix for Android's back press
- Minor bug fix for status bar rendering
- Added
this.props.router.statusBarSize
for accessing status bar size
- Modified
this.props.actions._navigate
API, pass an object as the second parameter instead of boolean
- Added
mergeProps
function for importing
- Initial release