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

Unknown named module 'react' while running Example.

maotora opened this issue · comments

Hi.

When I run example after I have installed everything with either npm or yarn then run

npm run start

then

react-native run-android

I get that above error. "Unknown named module 'react'" on my emulator.

screenshot_1515925131

Hi I am facing same issue. +1

+1

react-native-audio-streaming is not maintained anymore. The main purpose was to play shoutcast streams with meta data and display a notification while playing.

Please see other projects like

jsierles/react-native-audio to play local audio and record
zmxv/react-native-sound to play local audio with more controls

I guess that explains it!