MJSSA / digital-library-mobile

The mobile application for Digital Library
0 stars 0 forks source link

Play YouTube video links #19

Open GoelBiju opened 3 years ago

GoelBiju commented 3 years ago

Description:

Given a YouTube link from the server, play the video in the mobile app. We can use packages like react-native-video, react-native-youtube, react-native-webview to achieve this.

Acceptance criteria:

GoelBiju commented 3 years ago

It may be worth looking into this for comparisons of different methods: https://surajmdurgad.medium.com/embedding-youtube-videos-in-a-react-native-app-8c556a18fd76