Add allowsExternalPlayback to video for ios

This commit is contained in:
LeoGeng 2018-06-06 10:22:19 +08:00
parent e79e447375
commit b83fda9838

View File

@ -274,6 +274,7 @@ Video.propTypes = {
poster: PropTypes.string,
posterResizeMode: Image.propTypes.resizeMode,
repeat: PropTypes.bool,
allowsExternalPlayback: PropTypes.bool,
paused: PropTypes.bool,
muted: PropTypes.bool,
volume: PropTypes.number,