diff --git a/index.js b/index.js index d65bf4c0..eaab978b 100644 --- a/index.js +++ b/index.js @@ -21,19 +21,20 @@ import BaseComponent from './BaseComponent'; let componentIndex = 0; const propTypes = { - data: PropTypes.array, - onChange: PropTypes.func, - initValue: PropTypes.string, - style: View.propTypes.style, - selectStyle: View.propTypes.style, - optionStyle: View.propTypes.style, - optionTextStyle: Text.propTypes.style, - sectionStyle: View.propTypes.style, - sectionTextStyle: Text.propTypes.style, - cancelStyle: View.propTypes.style, - cancelTextStyle: Text.propTypes.style, - overlayStyle: View.propTypes.style, - cancelText: PropTypes.string + +// data: PropTypes.array, +// onChange: PropTypes.func, +// initValue: PropTypes.string, +// style: View.propTypes.style, +// selectStyle: View.propTypes.style, +// optionStyle: View.propTypes.style, +// optionTextStyle: Text.propTypes.style, +// sectionStyle: View.propTypes.style, +// sectionTextStyle: Text.propTypes.style, +// cancelStyle: View.propTypes.style, +// cancelTextStyle: Text.propTypes.style, +// overlayStyle: View.propTypes.style, +// cancelText: PropTypes.string }; const defaultProps = {