Closed jb-5murf closed 1 year ago
Hi, I like this library very much. One thing I'm missing is possibity to set index with animation. Something like in react-native-reanimated-carousel. It would be great to have such a feature.
@jb-5murf Change line 963 to translateX.value = withTiming(newIndex * -(dimensions.width + emptySpaceWidth)); and thats all
Released in v0.3.6
Hi, I like this library very much. One thing I'm missing is possibity to set index with animation. Something like in react-native-reanimated-carousel. It would be great to have such a feature.