From 8181076d3c98d0bb7793b99257c65ac35b7242fb Mon Sep 17 00:00:00 2001 From: Kirill Kaysarov Date: Wed, 25 Apr 2018 16:21:28 +0700 Subject: [PATCH] Update index.js --- src/index.js | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/src/index.js b/src/index.js index 63cf8f1b..7fdf86c8 100644 --- a/src/index.js +++ b/src/index.js @@ -100,33 +100,6 @@ let styles = StyleSheet.create({ // missing `module.exports = exports['default'];` with babel6 // export default React.createClass({ module.exports = React.createClass({ - - /** - * Props Validation - * @type {Object} - */ - propTypes: { - horizontal : React.PropTypes.bool, - children : React.PropTypes.node.isRequired, - style : View.propTypes.style, - pagingEnabled : React.PropTypes.bool, - showsHorizontalScrollIndicator : React.PropTypes.bool, - showsVerticalScrollIndicator : React.PropTypes.bool, - bounces : React.PropTypes.bool, - scrollsToTop : React.PropTypes.bool, - removeClippedSubviews : React.PropTypes.bool, - automaticallyAdjustContentInsets : React.PropTypes.bool, - showsPagination : React.PropTypes.bool, - showsButtons : React.PropTypes.bool, - loop : React.PropTypes.bool, - autoplay : React.PropTypes.bool, - autoplayTimeout : React.PropTypes.number, - autoplayDirection : React.PropTypes.bool, - index : React.PropTypes.number, - renderPagination : React.PropTypes.func, - onScroll : React.PropTypes.func, - }, - mixins: [TimerMixin], /**