Animate gif as default until MM-22242 is implemented (#8339)

This commit is contained in:
Elias Nahum 2024-11-13 19:17:10 +08:00 committed by GitHub
parent e99735e310
commit 6e032a7a6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -101,7 +101,7 @@ const ProgressiveImage = ({
transition={300}
style={[StyleSheet.absoluteFill, imageStyle]}
source={(showImage) ? {uri: imageUri} : undefined}
autoplay={false}
autoplay={true}
/>
</Animated.View>
);