Sample app build on top of Spotify API to search for artists, and their songs and albums.
app name
: SpotifyTestpackage name
: com.spotifytestrn version
: 0.62.2node
: 12.16.1
If you are new to react-native development, please follow along on how to properly setup you development environment on the official documentation
After than you can proceeded with running the project for the first time.
//Clone the project
https://github.com/Future-Forward/spotify-test.git
// Open project directory
cd spotify-test
// If your using NVM please proper node version, otherwise make sure you have proper node version installed
nvm use 12.16.1
npm i
If your running it on iOS don't forget to do a pod install
cd ios && pod install
Run the project
npm run android
npm run ios
🎮 Demo - Download the demo app
- You can play multiple songs at once.
- Audio does not work on huawei devices - #197
- All the development was done on android so there might be issues with trying to run iOS application