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
- run:
- Global Styles (reusable styles across the app)
- uses 8pt system (but can easily be changed)
- simple Design System starter
- Example SVG usage
- Example PropTypes usage