Fix for issue #4605 on react-native

This commit is contained in:
Brent Vatne 2015-12-07 01:03:21 -08:00
parent 5f6f1c3b01
commit 10f7690f4d

View File

@ -120,8 +120,6 @@ Video.propTypes = {
seek: PropTypes.number,
/* Wrapper component */
style: View.propTypes.style,
ref: PropTypes.string,
source: PropTypes.object,
resizeMode: PropTypes.string,
repeat: PropTypes.bool,
@ -142,6 +140,7 @@ Video.propTypes = {
translateX: React.PropTypes.number,
translateY: React.PropTypes.number,
rotation: React.PropTypes.number,
...View.propTypes,
};
const RCTVideo = requireNativeComponent('RCTVideo', Video, {