diff --git a/components/WalletsCarousel.js b/components/WalletsCarousel.js index 896f82964..4ad9b70d5 100644 --- a/components/WalletsCarousel.js +++ b/components/WalletsCarousel.js @@ -335,12 +335,10 @@ const WalletsCarousel = forwardRef((props, ref) => { disableIntervalMomentum={isHandset} snapToInterval={itemWidth} // Adjust to your content width decelerationRate="fast" - snapToStart contentContainerStyle={cStyles.content} directionalLockEnabled showsHorizontalScrollIndicator={false} initialNumToRender={10} - centerContent ListHeaderComponent={ListHeaderComponent} style={props.vertical ? {} : { height: sliderHeight + 9 }} {...props}