Skip to content

Commit

Permalink
publish v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
crazycodeboy committed Dec 8, 2016
1 parent 5290c9e commit 0ace958
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ Props | Type | Optional | Default | Description
----------------- | -------- | -------- | ----------- | -----------
style | View.propTypes.style | true | | Custom style checkbox
leftText | React.PropTypes.string |true | | Custom left Text
leftTextStyle | React.PropTypes.object | true | Custom left Text style
leftTextStyle | View.propTypes.style | true | Custom left Text style
rightText | React.PropTypes.string |true | | Custom right Text
rightTextStyle | React.PropTypes.object | true | Custom right Text style
rightTextStyle | View.propTypes.style | true | Custom right Text style
checkedImage | React.PropTypes.element | true | Default image | Custom checked Image
unCheckedImage | React.PropTypes.element | true | Default image | Custom unchecked Image
isChecked | React.PropTypes.bool | true | false | Initialization checkbox checked
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-check-box",
"version": "1.0.2",
"version": "1.0.3",
"description": "Checkbox component for react native, it works on iOS and Android.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0ace958

Please sign in to comment.