Expo Spotify UI Clone

Today I wanted to talk about my UI Clone of the native Spotify app I created and open sourced. It’s written in React Native and Expo.

Notable Features

  • Running on the latest Expo SDK 40
  • One code base that output to: iOS, Android and PWA (Progressive Web App)
  • React Navigation (v4)
  • Prettier/Linting
    • run: yarn lint for CLI output
    • helpers in code editor
  • Global Styles (reusable styles across the app)
  • Example SVG usage
  • Example PropTypes usage

View Project on Github


preview of Spotify UI Clone