This is a mobile app for Svitle Radio, a Christian radio station in Kyiv, Ukraine.
Written in React Native, it supports both iOS and Android and uses a simple JSON API to discover stream URL and currently playing track.
-
Install dependencies.
npm install react-native link
-
Run
npm start
to start the Webpack watcher, Webpack Dev Server and the React Packager in a single shot. -
Open
SvitleRadio.xcodeproj
in XCode orandroid/
project in Android Studio to run the project.
Licensed under MIT license.