Skip to content

tomas-sereikis/youtube-music

Repository files navigation

Offline Youtube Music

React Native Implementation

Offline Youtube Music Player (iOS) - implemented on React Native.

For music download app uses Youtube MP3.

Preview 1

Preview 2

Preview 3

Installation

git clone https://github.com/Tomas-Sereikis/youtube-music.git
cd youtube-music

npm install
rnpm link

Create src/PrivateConfig.js file and add following code.

export default {
  GOOGLE_AUTH_CLIENT_ID: '-- your google client id --',
  GOOGLE_AUTH_KEY: '-- your google auth key --',
};

Open YoutubeMusic.xcodeproj on your Xcode and run on your simulator or local device.

This is work in progress React Native playground...