(cherry picked from commit 6e032a7a6f)
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
parent
a8e6c55c8f
commit
0e3c813cbb
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