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.
- 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
- copy Application ID from settings section and replace @"YOUR_APPLICATION_ID" in
- open Deezer.xcodeproj and run Deezer application