[FIX] Video default resize (#1185)

This commit is contained in:
Calebe Rios 2019-09-16 18:10:06 -03:00 committed by Diego Mello
parent ebb60489f0
commit 5d4ca1ff8c
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ const ModalContent = React.memo(({
rate={1.0} rate={1.0}
volume={1.0} volume={1.0}
isMuted={false} isMuted={false}
resizeMode='cover' resizeMode={Video.RESIZE_MODE_CONTAIN}
shouldPlay shouldPlay
isLooping={false} isLooping={false}
style={styles.video} style={styles.video}