Skip to content

Commit b568f0d

Browse files
committed
README is updated
1 parent 7e412ef commit b568f0d

File tree

2 files changed

+22
-16
lines changed

2 files changed

+22
-16
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## [0.4.11](https://github.com/WrathChaos/react-native-header-view/tree/0.4.11) (2019-11-13)
4+
[Full Changelog](https://github.com/WrathChaos/react-native-header-view/compare/0.4.10...0.4.11)
5+
6+
## [0.4.10](https://github.com/WrathChaos/react-native-header-view/tree/0.4.10) (2019-11-13)
7+
[Full Changelog](https://github.com/WrathChaos/react-native-header-view/compare/0.4.7...0.4.10)
8+
9+
**Implemented enhancements:**
10+
11+
- Apple header Bg colour options [\#6](https://github.com/WrathChaos/react-native-header-view/issues/6)
12+
313
## [0.4.7](https://github.com/WrathChaos/react-native-header-view/tree/0.4.7) (2019-10-04)
414
[Full Changelog](https://github.com/WrathChaos/react-native-header-view/compare/0.4.6...0.4.7)
515

README.md

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ npm i @freakycoder/react-native-header-view
7474
rightIconType="Ionicons"
7575
rightIconName="ios-settings"
7676
rightIconColor={colors.light.primary}
77+
leftIconComponent={your-icon-component}
78+
rightIconComponent={your-icon-component}
7779
leftIconOnPress={() => NavigationService.back()}
7880
/>
7981
```
@@ -114,10 +116,9 @@ npm i @freakycoder/react-native-header-view
114116
/>
115117
```
116118

117-
### Configuration - Props
118-
119-
#### Apple Header Props
119+
# Configuration - Props
120120

121+
## Apple Header Props
121122

122123
| Property | Type | Default | Description |
123124
| -------------------- | :------: | :-----------------: | ------------------------------------------------------------------------------------- |
@@ -139,7 +140,7 @@ npm i @freakycoder/react-native-header-view
139140
| avatarStyle | style | default style | use this to set your own style for avatar style (DO NOT FORGET TO ADD BORDER-RADIUS!) |
140141

141142

142-
#### Modern Header Props
143+
## Modern Header Props
143144

144145
| Property | Type | Default | Description |
145146
| ------------------ | :-------: | :------------: | --------------------------------------------------------------- |
@@ -164,7 +165,7 @@ npm i @freakycoder/react-native-header-view
164165
| rightDisable | boolean | false | disable the right icon component |
165166

166167

167-
#### Classic Header Props
168+
## Classic Header Props
168169

169170
| Property | Type | Default | Description |
170171
| --------------------- | :-------: | :--------: | ---------------------------------------------------------------------------- |
@@ -189,12 +190,17 @@ npm i @freakycoder/react-native-header-view
189190

190191
# Change Log
191192

192-
## [0.4.7](https://github.com/WrathChaos/react-native-header-view/tree/0.4.7) (2019-10-04)
193+
## [0.4.11](https://github.com/WrathChaos/react-native-header-view/tree/0.4.11) (2019-11-13)
194+
[Full Changelog](https://github.com/WrathChaos/react-native-header-view/compare/0.4.10...0.4.11)
195+
196+
## [0.4.10](https://github.com/WrathChaos/react-native-header-view/tree/0.4.10) (2019-11-13)
197+
[Full Changelog](https://github.com/WrathChaos/react-native-header-view/compare/0.4.7...0.4.10)
193198

194199
**Implemented enhancements:**
195200

196201
- Apple header Bg colour options [\#6](https://github.com/WrathChaos/react-native-header-view/issues/6)
197202

203+
## [0.4.7](https://github.com/WrathChaos/react-native-header-view/tree/0.4.7) (2019-10-04)
198204
[Full Changelog](https://github.com/WrathChaos/react-native-header-view/compare/0.4.6...0.4.7)
199205

200206
## [0.4.6](https://github.com/WrathChaos/react-native-header-view/tree/0.4.6) (2019-10-04)
@@ -208,22 +214,12 @@ npm i @freakycoder/react-native-header-view
208214

209215
- Bump eslint-utils from 1.4.0 to 1.4.2 in /example [\#4](https://github.com/WrathChaos/react-native-header-view/pull/4) ([dependabot[bot]](https://github.com/apps/dependabot))
210216

211-
212217
## [0.4.5](https://github.com/WrathChaos/react-native-header-view/tree/0.4.5) (2019-08-17)
213218
[Full Changelog](https://github.com/WrathChaos/react-native-header-view/compare/0.3.0...0.4.5)
214219

215220
## [0.3.0](https://github.com/WrathChaos/react-native-header-view/tree/0.3.0) (2019-08-12)
216221
[Full Changelog](https://github.com/WrathChaos/react-native-header-view/compare/0.2.61...0.3.0)
217222

218-
⚠️ BREAKING CHANGE ON WHOLE LIBRARY ! PLEASE READ !
219-
220-
🚀Now, It has two Header which are :
221-
222-
* ClassicHeader (Old One)
223-
* ModernHeader (New One)
224-
225-
Usage is not changed however import method is changed. Please check the example ✌️
226-
227223
**Merged pull requests:**
228224

229225
- Bump lodash from 4.17.11 to 4.17.14 in /examples [\#3](https://github.com/WrathChaos/react-native-header-view/pull/3) ([dependabot[bot]](https://github.com/apps/dependabot))

0 commit comments

Comments
 (0)