tlenclos / react-native-audio-streaming

iOS & Android react native module to play an audio stream, with background support and media controls
MIT License
781 stars 255 forks source link

NPM version is outdated #129

Open akapaul opened 6 years ago

akapaul commented 6 years ago

Even https://github.com/tlenclos/react-native-audio-streaming/issues/127 is fixed, the npm package is cashed with old version of code. Please update the version in package.json and NPM. Right now the workaround is using the direct github link in package dependencies, to force NPM install the player from Github, instead of NPM

chrisheninger commented 6 years ago

For anyone needing the workaround:

"react-native-audio-streaming": "git+https://github.com/tlenclos/react-native-audio-streaming.git",

johncblandii commented 6 years ago

Duplicate of #119.