rn-viewpager
Advanced tools
Comparing version 1.2.5 to 1.2.6
{ | ||
"name": "rn-viewpager", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "ViewPager component for react-native, same api on both android and ios.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -105,3 +105,3 @@ /** | ||
if (this.props.style && !this.props.style.height) | ||
return <ScrollView {...props} style={[this.props.style, scrollViewStyle]} /> | ||
return <ScrollView {...props} style={[scrollViewStyle, this.props.style]} /> | ||
else return ( | ||
@@ -108,0 +108,0 @@ <View style={this.props.style} > |
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
3822143