[IOS] Fix ads when no controls displayed

This commit is contained in:
Axel Vencatareddy
2022-11-14 11:49:15 +01:00
parent d6da11d8ef
commit f54288c54d
2 changed files with 12 additions and 13 deletions

View File

@@ -535,6 +535,7 @@ Video.propTypes = {
onPictureInPictureStatusChanged: PropTypes.func,
needsToRestoreUserInterfaceForPictureInPictureStop: PropTypes.func,
onExternalPlaybackChange: PropTypes.func,
adTagUrl: PropTypes.string,
onReceiveAdEvents: PropTypes.func,
/* Required by react-native */