Added back playInBackground property in js

This commit is contained in:
Tobias Hasselrot 2015-12-16 13:53:04 +01:00
parent 45fa8dd05b
commit 07ceef9152

View File

@ -127,6 +127,7 @@ Video.propTypes = {
muted: PropTypes.bool, muted: PropTypes.bool,
volume: PropTypes.number, volume: PropTypes.number,
rate: PropTypes.number, rate: PropTypes.number,
playInBackground: PropTypes.bool,
onLoadStart: PropTypes.func, onLoadStart: PropTypes.func,
onLoad: PropTypes.func, onLoad: PropTypes.func,
onError: PropTypes.func, onError: PropTypes.func,