We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c46f04 commit b2e9086Copy full SHA for b2e9086
packages/react-native/src/primitives/Carousel/Carousel.tsx
@@ -81,6 +81,7 @@ export default function Carousel<T>(
81
ref={flatListRef}
82
renderItem={carouselRenderItem}
83
renderToHardwareTextureAndroid
84
+ scrollEventThrottle={50}
85
showsHorizontalScrollIndicator={false}
86
showsVerticalScrollIndicator={false}
87
snapToAlignment="start"
0 commit comments