sandeepstw / React-native-youtube-integration-

How to call youtube api in react native app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-native-youtube-integration -

This application play youtube video using video.xml url of youtube play list

Installation

npm install

How it work

  1. Read xml data from youtube xml api
  2. Parse xml data and get youtube Video Id, Thumbnails and Video Title
  3. Pass these value in state as video array
  4. Display all video in videolist
  5. Using navigator props pass id to video view page
  6. Play video using WebView component

Compatibility

IOS and Android

Screeshots

Alt text

Alt text

Alt text

Alt text

About

How to call youtube api in react native app


Languages

Language:JavaScript 52.5%Language:Objective-C 27.4%Language:Python 10.8%Language:Java 9.4%