react-native-check-box icon indicating copy to clipboard operation
react-native-check-box copied to clipboard

propTypes need to fix

Open idiot111 opened this issue 8 years ago • 1 comments

Thanks you made this checkbox, but still have some problems in v1.0.3. It will get a warning if you use like "rightTextStyle={styles.checkboxRightTextStyle}".I think the proptypes is not current. There are my suggests: 1. "leftTextStyle: View.propTypes.style" change to "leftTextStyle: Text.propTypes.style" 2. "rightTextView: React.PropTypes.string" change to "rightTextView: React.PropTypes.element" 3. "rightTextStyle: View.propTypes.style" change to "rightTextStyle: Text.propTypes.style" I hope you can fix it. Thank you.

idiot111 avatar Dec 08 '16 08:12 idiot111

@idiot111 Can you create a pull request?

crazycodeboy avatar Dec 09 '16 01:12 crazycodeboy