Android Client for Stretto
To have the app auto-update, you can install it from the play store, alternatively you can find the latest committed build available for download here.
This application is built with react-native, but only supports Android currently (iOS devs welcome to test out / fix issues). It works by syncing the users library from the hosted stretto website and playing the tracks through a separate stretto-streamer endpoint.
yarn
npm run start
in a new console, leaving the bundler from the last step running
npm run android-debug
This will deploy the app to your plugged in android device.