brunokiafuka / expo-spotify

spotify clone with expo / react native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spotify Clone with Expo

Table of Contents

Install & Build

Install: yarn install

Expo CLI: npm install -g expo-cli (if not already installed)

Run Project Locally: expo start

Stats

  • Expo SDK 32
  • React Navigation v3
  • PropTypes

Linting

  • prettier and airbnb config
  • make sure you have prettier package installed on your atom/vscode editor
  • then make sure to enable these options (packages → prettier):
    • eslint integration
    • stylelint integration
    • automatic format on save (toggle format on save)
  • be aware of the .prettierignore file

Release Notes

version 0.0.1 (current)

  • iOS and Android
  • Tab Navigation (stacks created)
    • Home
      • Horizontal Album component
      • Album Screen
      • Header animation on scroll event
        • opacity on iPhoneX notch
        • opacity on cog icon
    • Search
    • Library
    • Custom Bar for Music Player added to <BottomTabBar />
  • Modals (bottom to top)
    • Music Player

About

spotify clone with expo / react native


Languages

Language:JavaScript 100.0%