Animate gif as default until MM-22242 is implemented (#8339)
This commit is contained in:
parent
e99735e310
commit
6e032a7a6f
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ const ProgressiveImage = ({
|
|||
transition={300}
|
||||
style={[StyleSheet.absoluteFill, imageStyle]}
|
||||
source={(showImage) ? {uri: imageUri} : undefined}
|
||||
autoplay={false}
|
||||
autoplay={true}
|
||||
/>
|
||||
</Animated.View>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue