music player is a mobile app built using the React Native CLI, It offers basic music player functionality and the ability to view lyrics for the currently playing song
- Clone the repo
git clone https://github.com/riad40/music-player.git
- Navigate to the app directory
cd app
- Install NPM packages
npm install
- Run the app
npm run android