Rename failureRetryCount to minLoadRetryCount

This commit is contained in:
Hampton Maxwell 2019-02-10 19:21:02 -08:00 committed by GitHub
parent 938cfd64a5
commit 77411f2d0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -339,7 +339,7 @@ Video.propTypes = {
// Opaque type returned by require('./video.mp4')
PropTypes.number
]),
failureRetryCount: PropTypes.number,
minLoadRetryCount: PropTypes.number,
maxBitRate: PropTypes.number,
resizeMode: PropTypes.string,
poster: PropTypes.string,