We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af062a7 + 1eba4eb commit 9754f0dCopy full SHA for 9754f0d
index.js
@@ -67,7 +67,7 @@ export default class CheckBox extends Component {
67
var source = this.props.isChecked ? require('./img/ic_check_box.png') : require('./img/ic_check_box_outline_blank.png');
68
69
return (
70
- <Image source={source} tintColor={this.props.checkBoxColor}/>
+ <Image source={source} style={{tintColor: this.props.checkBoxColor}} />
71
);
72
}
73
0 commit comments