You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<YoutubePlayer
ref={playerRef}
height={190}
width={width - 21}
play={false}
webViewProps={{ containerStyle: styles.youtubeContainer, allowsFullscreenVideo: true }}
contentScale={0.5}
videoId={"nGpir4oUfJI"}
onChangeState={handleVideoStateChange}
/> When I tap the video I want the video to be played in full screen by default. How do I do it?
The text was updated successfully, but these errors were encountered:
<YoutubePlayer
ref={playerRef}
height={190}
width={width - 21}
play={false}
webViewProps={{ containerStyle: styles.youtubeContainer, allowsFullscreenVideo: true }}
contentScale={0.5}
videoId={"nGpir4oUfJI"}
onChangeState={handleVideoStateChange}
/> When I tap the video I want the video to be played in full screen by default. How do I do it?
The text was updated successfully, but these errors were encountered: