better-react-native-video
Advanced tools
Comparing version 6.0.0-alpha.6.6 to 6.0.0-alpha.6.7
{ | ||
"name": "better-react-native-video", | ||
"version": "6.0.0-alpha.6.6", | ||
"version": "6.0.0-alpha.6.7", | ||
"description": "A <Video /> element for react-native", | ||
@@ -5,0 +5,0 @@ "main": "Video.js", |
15
Video.js
@@ -419,9 +419,2 @@ import React, { Component } from 'react'; | ||
filterEnabled: PropTypes.bool, | ||
/* Native only */ | ||
src: PropTypes.object, | ||
seek: PropTypes.oneOfType([ | ||
PropTypes.number, | ||
PropTypes.object, | ||
]), | ||
fullscreen: PropTypes.bool, | ||
onVideoLoadStart: PropTypes.func, | ||
@@ -570,8 +563,2 @@ onVideoLoad: PropTypes.func, | ||
const RCTVideo = requireNativeComponent('RCTVideo', Video, { | ||
nativeOnly: { | ||
src: true, | ||
seek: true, | ||
fullscreen: true, | ||
}, | ||
}); | ||
const RCTVideo = requireNativeComponent('RCTVideo'); |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
735236
4395