react-native-check-box
react-native-check-box copied to clipboard
propTypes need to fix
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 Can you create a pull request?