remove cache property

This commit is contained in:
Laurin Quast 2018-07-19 09:08:55 +02:00
parent 1110793cc5
commit 82edb959d8
2 changed files with 0 additions and 6 deletions

View File

@ -284,7 +284,6 @@ export default class Video extends Component {
Video.propTypes = {
/* Native only */
src: PropTypes.object,
cache: PropTypes.bool,
seek: PropTypes.oneOfType([
PropTypes.number,
PropTypes.object

View File

@ -303,11 +303,6 @@ static NSString *const timedMetadata = @"timedMetadata";
#pragma mark - Player and source
- (void)setCache:(BOOL *)cache
{
}
- (void)setSrc:(NSDictionary *)source
{
[self removePlayerLayer];