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
Same here, initial page is not working on Android, the only way I could make it work is to use setPageWithoutAnimation after first render is done. It also only worked if I wrap it with setTimeout, like setTimeout(() => ref.current?.setPageWithoutAnimation(currentIndex), 0);.
This is not ideal at all, as the user can see the page changing.
Environment
react native 0.76.5
Description
I've tested most of the latest versions of the library, but none of them have this feature working.
`<PagerView
style={{ flex: 1 }}
initialPage={indexImagem.current}
>
{imagens.map((item, index) =>
(<View style={{ flex: 1, backgroundColor: 'black' }} key={index}>
The text was updated successfully, but these errors were encountered: