We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 609d74d + 016bc75 commit c94df45Copy full SHA for c94df45
viewpager/ViewPager.js
@@ -44,6 +44,7 @@ export default class ViewPager extends Component {
44
constructor (props) {
45
super(props)
46
this._onPageScrollOnAndroid = this._onPageScrollOnAndroid.bind(this)
47
+ this._onPageSelectedOnAndroid = this._onPageSelectedOnAndroid.bind(this)
48
this._renderOnIOS = this._renderOnIOS.bind(this)
49
this._onScrollOnIOS = this._onScrollOnIOS.bind(this)
50
this._onScrollViewLayout = this._onScrollViewLayout.bind(this)
0 commit comments