fix: remove dummy scaleX/Y & translateX/Y property

This commit is contained in:
Sunbreak 2023-03-15 09:58:16 +08:00
parent edf7eee287
commit d9e4b1efec

View File

@ -563,11 +563,6 @@ Video.propTypes = {
onReceiveAdEvent: PropTypes.func,
/* Required by react-native */
scaleX: PropTypes.number,
scaleY: PropTypes.number,
translateX: PropTypes.number,
translateY: PropTypes.number,
rotation: PropTypes.number,
...ViewPropTypes,
};