react-native-navbar
Version:
Simple customizable navbar component for react-native
66 lines (47 loc) • 1.5 kB
Markdown
### 0.7.1
- Replaced `React.addons.cloneWithProps` with `React.cloneElement`
### 0.5.1-4
- Upgrade code base regarding to new changes in react-native 0.6.0
### 0.5.0
- New API to change StatusBarIOS
### 0.4.8
- Fixed console warnings
- Using style property to customize backgroundColor
### 0.4.7
- Deprecate using `screenWidth` in react-native 0.4.1
### 0.4.6
- Examples re-written on ECMAScript 6
- More strict eslint config
### 0.4.5
- Update for react-native ^0.4
### 0.4.4
- Stable release for ^0.3
### 0.4.3
- Fix broken release
### 0.4.2 [broken]
- Fix #16
- Navbar items now can access to `route` property of navigator's `renderScene`
### 0.4.1
- Hotfixes
### 0.4.0
- Added `basic` and `customElements` examples
### 0.3.3
- Navigation bar styles refactoring. Now default toolbar title is always on bottom, under prev and next button.
- Removed flexboxes from the header
### 0.3.2
- Documentation fixes
### 0.3.1
- Fixed navbar zIndex (removed `position: absolute`)
### 0.3.0
- Added `hidePrev` option
- Default navbar position is on top now
### 0.2.1
- Added `customTitle` option
- Fixed a bug with custom elements
- Updated README according to current functionality
### 0.2.0
- Added `customPrev` and `customNext` options
- Added support of routes stack tracking (not in the official react-native docs yet, but should be added soon. See [this PR](https://github.com/facebook/react-native/pull/553) for more details)
- Fixed a bug with empty `title`
### 0.1.0
- Initial component