Skip to content

Commit 5cc0193

Browse files
committed
publish v1.0.4
1 parent 2684b1f commit 5cc0193

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,10 @@ Props | Type | Optional | Default | Description
8888
----------------- | -------- | -------- | ----------- | -----------
8989
style | View.propTypes.style | true | | Custom style checkbox
9090
leftText | React.PropTypes.string |true | | Custom left Text
91-
leftTextStyle | View.propTypes.style | true | Custom left Text style
91+
leftTextStyle | Text.propTypes.style | true | | Custom left Text style
9292
rightText | React.PropTypes.string |true | | Custom right Text
93-
rightTextStyle | View.propTypes.style | true | Custom right Text style
93+
rightTextView | React.PropTypes.element | true | | Custom right TextView
94+
rightTextStyle | Text.propTypes.style | true | | Custom right Text style
9495
checkedImage | React.PropTypes.element | true | Default image | Custom checked Image
9596
unCheckedImage | React.PropTypes.element | true | Default image | Custom unchecked Image
9697
isChecked | React.PropTypes.bool | true | false | Initialization checkbox checked

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-check-box",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Checkbox component for react native, it works on iOS and Android.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)