mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-06-01 18:47:21 +00:00
Added back playInBackground property in js
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user