Expo Video Youtube

Hi every body,

i want to show a video from youbube in an expo app. I’ve saw the Video support remote url, and it work with other platforms, but not with the youtube video.

There is somethings that i’m doing wrong?

This is my code:

<Video
source={{ uri: Best Onboards | 2018 Monaco Grand Prix - YouTube }}
shouldPlay={playing}
resizeMode=“cover”
style={{ width, height: 300 }}
isMuted={muted}
/>

1 Like

Hey benetz,
Video expects the uri of the media file, which I don’t think is what the youtu.be link points to.
You can do something like this: Youtube player in webview - Snack

Thanks, I had already use the webView with the url of the page, I hoped there was a more elegant form.
This is only the YouTube case by the way, other streaming service give us directly the link to the media.

Thanks anyway.

The only issue with using webView for video is that video will keep playing in background even you switch between app.

We would love to see [https://github.com/inProgress-team/react-native-youtube] support on expo

5 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.