Skip to content

Spotify Lite made with React Native for iOS and Android

License

Notifications You must be signed in to change notification settings

auliakbarh/spotify-lite

 
 

Repository files navigation

Spotify Lite - React Native

Build Status

Based on the Spotify Lite app for Android.

Features

  • 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.

Try The App

You will need a Spotify account to login.

Android

You can download the latest APK here.

iOS

You need to build from source. See development.

Screenshots

iOS

Android

Development

# 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.

Notes

  • 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.

TODO

  • 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

About

Spotify Lite made with React Native for iOS and Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.9%
  • Ruby 4.7%
  • Objective-C 2.0%
  • Java 1.8%
  • JavaScript 1.6%
  • Starlark 0.9%
  • Swift 0.1%