react-native-wheel
Advanced tools
Comparing version 1.0.3 to 1.0.4
18
index.js
@@ -11,8 +11,4 @@ var React = require('react-native'); | ||
isLoop: PropTypes.bool, | ||
initPosition: PropTypes.number, | ||
selectedIndex: PropTypes.number, | ||
textSize: PropTypes.number, | ||
previous: PropTypes.func, | ||
next: PropTypes.func, | ||
getSelectedItem: PropTypes.func, | ||
getSelectedIndex: PropTypes.func, | ||
}, | ||
@@ -29,14 +25,2 @@ }; | ||
} | ||
if(this.props.previous){ | ||
this.props.previous(); | ||
} | ||
if(this.props.next){ | ||
this.props.next(); | ||
} | ||
if(this.props.getSelectedItem){ | ||
this.props.getSelectedItem(); | ||
} | ||
if(this.props.getSelectedIndex){ | ||
this.props.getSelectedIndex(); | ||
} | ||
}, | ||
@@ -43,0 +27,0 @@ render(){ |
{ | ||
"name": "react-native-wheel", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "android wheel view for react-native", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78547
148
23