diff --git a/index.js b/index.js index 75e5621..9cd7e93 100755 --- a/index.js +++ b/index.js @@ -28,6 +28,7 @@ export default class CheckBox extends Component { } static propTypes = { ...(ViewPropTypes || View.PropTypes), + testID: PropTypes.string, leftText: PropTypes.string, leftTextView: PropTypes.element, rightText: PropTypes.string, @@ -121,6 +122,7 @@ export default class CheckBox extends Component { render() { return ( this.onClick()} underlayColor='transparent'