@chatterbug/react-native-video
Advanced tools
Comparing version 5.1.1-alpha.2 to 5.1.1-cb.1
## Changelog | ||
- Fix Android AudioFocus bug that could cause player to not respond to play/pause in some instances [#2311](https://github.com/react-native-video/react-native-video/pull/2311) | ||
### Version 5.1.0-alpha9 | ||
@@ -4,0 +6,0 @@ |
@@ -142,2 +142,3 @@ // Type definitions for react-native-video 5.0 | ||
disableFocus?: boolean; | ||
disableBuffering?: boolean; | ||
controls?: boolean; | ||
@@ -204,2 +205,2 @@ currentTime?: number; | ||
dismissFullscreenPlayer(): void; | ||
} | ||
} |
{ | ||
"name": "@chatterbug/react-native-video", | ||
"version": "5.1.1-alpha.2", | ||
"version": "5.1.1-cb.1", | ||
"description": "A <Video /> element for react-native", | ||
@@ -29,3 +29,3 @@ "main": "Video.js", | ||
"type": "git", | ||
"url": "git@github.com:react-native-community/react-native-video.git" | ||
"url": "git@github.com:chatterbugapp/react-native-video.git" | ||
}, | ||
@@ -65,2 +65,2 @@ "devDependencies": { | ||
] | ||
} | ||
} |
@@ -473,2 +473,3 @@ import React, { Component } from 'react'; | ||
disableFocus: PropTypes.bool, | ||
disableBuffering: PropTypes.bool, | ||
controls: PropTypes.bool, | ||
@@ -475,0 +476,0 @@ audioOnly: PropTypes.bool, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
509060
1050