rn-viewpager
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "rn-viewpager", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "ViewPager component for react-native, same api on both android and ios.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,4 +11,7 @@ # React-Native-ViewPager | ||
## Preview | ||
<p> | ||
<img src="./imgs/preview.png" width="300"> | ||
<img src="./imgs/tabPreview.png" width="300"> | ||
</p> | ||
@@ -15,0 +18,0 @@ ## Build and run the demo |
@@ -42,2 +42,3 @@ /** | ||
indicator && indicator.onPageScroll && indicator.onPageScroll(params); | ||
this.props.onPageScroll && this.props.onPageScroll(params); | ||
} | ||
@@ -48,2 +49,3 @@ | ||
indicator && indicator.onPageSelected && indicator.onPageSelected(params); | ||
this.props.onPageSelected && this.props.onPageSelected(params); | ||
} | ||
@@ -70,2 +72,2 @@ | ||
} | ||
}); | ||
}); |
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
128605
444
140