Based on the Spotify Lite app for Android.
- Home feed (recently played, featured playlists and your top artists).
- Explore genres.
- Remote playback control
- View playlists, artists and albums.
- View your music library.
- Search.
You will need a Spotify account to login.
You can download the latest APK here.
You need to build from source. See development.
iOS
# Dependencies
yarn install
# iOS only
cd ios && pod install && cd ..
# Run iOS
npx react-native run-ios
# Run Android
npx react-native run-android
You can also refer to available npm scripts.
- Implicit grant flow is used for authentication with localhost as a redirect URI. In a real application, we probably want to use authorization code flow with a middleware server. See Spotify's authorization guide for more info.
- Details modal
- Like/Save
- Settings Menu
- Logout
- Error UI
- Image placeholders / loading state
- Play a specific song/artist/playlist
- Music player screen
- Error boundary – Restart app button
- See All Artists - Navigate to artist