Is there any react-native plugin exist for retrieving youtube channel list? I didn't find one. Or is there any way to archive this functionality
Asked
Active
Viewed 863 times
0
-
1Possible duplicate of [YouTube API to fetch all videos on a channel](https://stackoverflow.com/questions/18953499/youtube-api-to-fetch-all-videos-on-a-channel) – giraffesyo Mar 20 '19 at 06:43
1 Answers
0
Yes, You must try react-native-youtube
and write playlist id or channel id in the props to get particular videos.

Umair Riaz
- 456
- 3
- 12
-
-
@harshit https://www.npmjs.com/package/react-native-youtube try this – Umair Riaz Apr 04 '20 at 03:57