Skip to content

Commit 0ace958

Browse files
committed
publish v1.0.3
1 parent 5290c9e commit 0ace958

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ 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 | React.PropTypes.object | true | Custom left Text style
91+
leftTextStyle | View.propTypes.style | true | Custom left Text style
9292
rightText | React.PropTypes.string |true | | Custom right Text
93-
rightTextStyle | React.PropTypes.object | true | Custom right Text style
93+
rightTextStyle | View.propTypes.style | true | Custom right Text style
9494
checkedImage | React.PropTypes.element | true | Default image | Custom checked Image
9595
unCheckedImage | React.PropTypes.element | true | Default image | Custom unchecked Image
9696
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.2",
3+
"version": "1.0.3",
44
"description": "Checkbox component for react native, it works on iOS and Android.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)