react-native-scrollable-tab-view icon indicating copy to clipboard operation
react-native-scrollable-tab-view copied to clipboard

How can i get current page

Open vietmaki opened this issue 2 years ago • 1 comments
trafficstars

I want use Next and Prev button, how can i get current page to next or pre page Thanks!

vietmaki avatar May 14 '23 16:05 vietmaki

@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": <Text tabLabel="Tab #2 word word">favorite</Text>}, so key "i" represents index of current page, you can handle next prev page with "i". hope this will help to solve your problem.

sushantjadhav111 avatar Jul 16 '23 06:07 sushantjadhav111