Skip to content

Commit a22d04e

Browse files
committed
publish v1.0.2
1 parent b530984 commit a22d04e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Then you can use it like this:
4949

5050
### Basic usage
5151

52-
````javascript
52+
```javascript
5353
<CheckBox
5454
style={{flex: 1, padding: 10}}
5555
onClick={()=>this.onClick(data)}
@@ -88,7 +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
9192
rightText | React.PropTypes.string |true | | Custom right Text
93+
rightTextStyle | React.PropTypes.object | true | Custom right Text style
9294
checkedImage | React.PropTypes.element | true | Default image | Custom checked Image
9395
unCheckedImage | React.PropTypes.element | true | Default image | Custom unchecked Image
9496
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.1",
3+
"version": "1.0.2",
44
"description": "Checkbox component for react native, it works on iOS and Android.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)