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
@vietmaki you can use props called on "onChangeTab" which is function called when tab is changed,it accept object argument if you console it ,it will be like eg. {"from": 0, "i": 1, "ref": favorite}, so key "i" represents index of current page, you can handle next prev page with "i". hope this will help to solve your problem.
I want use Next and Prev button, how can i get current page to next or pre page
Thanks!
The text was updated successfully, but these errors were encountered: