Added play when inactive to support playing while showing notification center.

This commit is contained in:
tobias
2016-04-29 13:55:34 +02:00
parent 39443ae371
commit eb31337837
3 changed files with 13 additions and 4 deletions

View File

@@ -187,6 +187,7 @@ Video.propTypes = {
volume: PropTypes.number,
rate: PropTypes.number,
playInBackground: PropTypes.bool,
playWhenInactive: PropTypes.bool,
controls: PropTypes.bool,
currentTime: PropTypes.number,
onLoadStart: PropTypes.func,