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

(cherry picked from commit 6e032a7a6f)

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
Mattermost Build 2024-11-13 13:49:31 +01:00 committed by GitHub
parent a8e6c55c8f
commit 0e3c813cbb
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>
);