- Replaced
React.addons.cloneWithPropswithReact.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
screenWidthin 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
routeproperty of navigator'srenderScene
- Hotfixes
- Added
basicandcustomElementsexamples
- 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
hidePrevoption - Default navbar position is on top now
- Added
customTitleoption - Fixed a bug with custom elements
- Updated README according to current functionality
- Added
customPrevandcustomNextoptions - 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