[PROP] Fix prop onReceiveAdEvent

This commit is contained in:
Axel Vencatareddy 2022-11-16 12:11:28 +01:00
parent 5569a1ff62
commit ab5ff01129

View File

@ -536,7 +536,7 @@ Video.propTypes = {
needsToRestoreUserInterfaceForPictureInPictureStop: PropTypes.func,
onExternalPlaybackChange: PropTypes.func,
adTagUrl: PropTypes.string,
onReceiveAdEvents: PropTypes.func,
onReceiveAdEvent: PropTypes.func,
/* Required by react-native */
scaleX: PropTypes.number,