EstivenGonzalez

Results 2 comments of EstivenGonzalez

you can implement it using `onSnapToItem` prop and removing `autoPlay` ``` const onSnapToItem = (index: number) => { const seconds = item[index].seconds; setTimeout(() => { ref.current?.next(); }, seconds * 1000);...