tlenclos / react-native-audio-streaming

iOS & Android react native module to play an audio stream, with background support and media controls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NPM version is outdated

akapaul opened this issue · comments

Even #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

For anyone needing the workaround:

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

Duplicate of #119.