melihberberolu / react-native-spotify-ui

Pure javascript UI prototype of iOS Spotify for React Native framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-spotify-ui

Pure javascript prototype of iOS Facebook UI for React Native framework. This demo only includes the landing page. I will add more views in the future.

##Inspiration I was always amazed by the amazing Spotify UI, and I decided to challenge myself. THe pulling drawer from the bottom was the hardest challenge-- there are so many bugs to combinate pan-responder with other components. Buttons do not respond with PanResponder. If anyone knows a fix, please message me!

The design aspect of this demo belong to Spotify.

###Demo demo

Try it out

Try it with Exponent: https://getexponent.com/@sungwoopark95/react-native-spotify-ui

Run it locally

To install, there are two steps:

  1. Install Exponent XDE following this guide. Also install the Exponent app on your phone if you want to test it on your device, otherwise you don't need to do anything for the simulator.
  2. Clone this repo and run npm install
git clone https://github.com/ggomaeng/react-native-spotify-ui.git spotify

cd spotify
npm install
  1. Open the project with Exponent XDE and run it.

About

Pure javascript UI prototype of iOS Spotify for React Native framework.


Languages

Language:JavaScript 100.0%