- Replaced
React.addons.cloneWithProps
withReact.cloneElement
- Upgrade code base regarding to new changes in react-native 0.6.0
- New API to change StatusBarIOS
- Fixed console warnings
- Using style property to customize backgroundColor
- Deprecate using
screenWidth
in react-native 0.4.1
- Examples re-written on ECMAScript 6
- More strict eslint config
- Update for react-native ^0.4
- Stable release for ^0.3
- Fix broken release
- Fix #16
- Navbar items now can access to
route
property of navigator'srenderScene
- Hotfixes
- Added
basic
andcustomElements
examples
- Navigation bar styles refactoring. Now default toolbar title is always on bottom, under prev and next button.
- Removed flexboxes from the header
- Documentation fixes
- Fixed navbar zIndex (removed
position: absolute
)
- Added
hidePrev
option - Default navbar position is on top now
- Added
customTitle
option - Fixed a bug with custom elements
- Updated README according to current functionality
- Added
customPrev
andcustomNext
options - Added support of routes stack tracking (not in the official react-native docs yet, but should be added soon. See this PR for more details)
- Fixed a bug with empty
title
- Initial component