I'm trying to put fullscreen , in react native,
I'm using youtubeiframe in which there is onfullscreen prop...
I'm getting this error:
onFullScreenChange is not a function. (In 'onFullScreenChange(message.data)', 'onFullScreenChange' is true)
my code is:
<YoutubeIframe
play={true}
videoId={'-wjG48Dwrkw'}
height={230}
onFullScreenChange={true}
/>