react-native-pager-view icon indicating copy to clipboard operation
react-native-pager-view copied to clipboard

SetPage not working on IOS on v7.0.0 next

Open samiullah452 opened this issue 2 years ago • 2 comments

Environment

React native pager view v7.0.0 next React native tab view v3.5.2 React native 0.69.9 React 18.2

Description

SetPage method of pager view is called but it does not change the page when used in conjunction with react native tab view. React native tab views pages contain pager view and on clicking a tab it should change the page but it does not happen. Only on IOS this happens and on android it works fine. Also i noticed that this happens on next version and on other versions the swiping part is disabled for tab view

samiullah452 avatar Jul 22 '23 09:07 samiullah452

SetPageWithoutAnimation works only if I use setTimeout with value of 0

samiullah452 avatar Jul 22 '23 09:07 samiullah452

Same here, setPage not work but setPageWithoutAnimation works.

CarlosSLoureiro avatar Aug 02 '23 15:08 CarlosSLoureiro