You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't look like onChangeIndex is getting triggered in the browser. This was tested in Firefox and Chrome. Here's some sample code that should break:
constonChangeIndex=()=>{console.log("This is never called in the browser");}<SwiperFlatListonChangeIndex={onChangeIndex}/>
The text was updated successfully, but these errors were encountered:
It doesn't look like onChangeIndex is getting triggered in the browser. This was tested in Firefox and Chrome. Here's some sample code that should break:
The text was updated successfully, but these errors were encountered: