gusgard / react-native-swiper-flatlist

👆 Swiper component implemented with FlatList using Hooks & Typescript + strict automation tests with Detox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Listen to autoplay changes

Slyther opened this issue · comments

Similar to what was mentioned in #135 , I'm finding that I'm having to conditionally add or remove the autoplay props for play/pause functionality rather than just update the autoplay prop with a variable.

image

Not completely module breaking as the functionality works as intended when doing this, but ideally there shouldn't have to be a workaround.

I'm using react-native-windows 0.66.5 and react-native 0.66, as well as react-native-swiper-flatlist 3.0.17.

Fixed in 3.0.18