This is a react-native app for downloading YouTube videos to your device storage. You can also search for videos and play within the app. This app is uses YouTube APIs.The app is built without expo, purely in react-native development environment.It uses Node-JS package ytdl-core for downloading videos.
git clone https://github.com/vasusharma7/youtube_mp3_downloader.git
cd youtube_mp3_downloader
npm install
1. Connect your deivce to the PC.
2. Turn on USB-Debigging in the Developer Options
3. Open command-prompt and type
4. adb devices
react-native run-android
Pull requests are welcome.