From 014a335ccc4bb27fd209357e24e551e6e897d80a Mon Sep 17 00:00:00 2001 From: Matt Crowder <10186520+mcrowder65@users.noreply.github.com> Date: Tue, 24 Jul 2018 17:20:30 -0400 Subject: [PATCH] Update index.js --- index.js | 2 ++ 1 file changed, 2 insertions(+) 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'