SpotifyApp is a simple local music player built using React Native. This app provides basic functionalities to play, pause, skip to the next track, and go back to the previous track. It’s a minimalistic music player designed to demonstrate the core features of a media player in a mobile app.
- Play/Pause: Easily control the playback of your music.
- Next/Previous: Skip to the next track or go back to the previous one.
1.Clone the repository:
git clone https://github.com/praveenraam/SpotifyPlayer.git
cd spotifyapp
2.Install dependencies:
npm install
3.Run the app:
- For Android:
npm run-android
- For iOS:
npm run-ios
This project was developed by following a YouTube tutorial by Hitesh. It’s a basic version of a music player app, and a great starting point if you're looking to understand how to manage media playback in React Native.
- The app uses react-native-track-player to manage audio playback.
- Buttons for play, pause, next, and previous control the playback.
This is a basic version of the app. Future versions may include better Features:
- Hitesh's YouTube Tutorial: This project was inspired and guided by the tutorial from Hitesh on YouTube.
This project is licensed under the MIT License.
In case if you have any issues in setting.gradle while running in android, try using npm run android --verbose
to run the application during the development.