File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -88,9 +88,10 @@ Props | Type | Optional | Default | Description
88
88
----------------- | -------- | -------- | ----------- | -----------
89
89
style | View.propTypes.style | true | | Custom style checkbox
90
90
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
92
92
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
94
95
checkedImage | React.PropTypes.element | true | Default image | Custom checked Image
95
96
unCheckedImage | React.PropTypes.element | true | Default image | Custom unchecked Image
96
97
isChecked | React.PropTypes.bool | true | false | Initialization checkbox checked
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-check-box" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " Checkbox component for react native, it works on iOS and Android." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments