File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,9 +88,9 @@ Props | Type | Optional | Default | Description
8888----------------- | -------- | -------- | ----------- | -----------
8989style | View.propTypes.style | true | | Custom style checkbox
9090leftText | 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
9292rightText | 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
9494checkedImage | React.PropTypes.element | true | Default image | Custom checked Image
9595unCheckedImage | React.PropTypes.element | true | Default image | Custom unchecked Image
9696isChecked | React.PropTypes.bool | true | false | Initialization checkbox checked
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments