Deezer Player
This project was build as part of RSConf 2016 workshops. We tried to build a streaming music app using Deezer iOS SDK and React Native.
Demo
Mobile App (iOS)
Running the project
- react-native requirements
npm install
to install all dependencies
- create free Deezer account and add some amazing songs to your library :)
- go to Deezer Developer and create new ios application
- copy Application ID from settings section and replace @"YOUR_APPLICATION_ID" in
ios/DeezerSession.h
- make sure iOS bundle ID match your project bundle identifier
- open Deezer.xcodeproj and run Deezer application