osamaqarem / spotify-lite

Spotify Lite made with React Native for iOS and Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spotify Lite - React Native

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.
  • Like/follow.

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.

Notes

  • For a real app, you don't want to perform authentication as done here. Consider using react-native-inappbrowser or react-native-app-auth. With an in-app browser, an existing authentication session can be reused if it exists in the user's browser. It's also a sign of security to your users as the page cannot be manipulated via JavaScript by the developer.

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.

TODO

  • Details modal
  • 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

License:MIT License


Languages

Language:TypeScript 91.7%Language:Ruby 2.2%Language:Objective-C 1.8%Language:Java 1.7%Language:JavaScript 1.6%Language:Starlark 0.8%Language:Swift 0.1%