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

Keep calling play and app crash #122

Open callmejm opened 6 years ago

callmejm commented 6 years ago

I having an issue is I testing my audio streaming app by using this module, i tried to keep clicking the button to call ReactNativeAudioStreaming.play(somelink, {showIniOSMediaCenter: true, showInAndroidNotifications: true}); , the app crashed. Any idea for this ?

marciaga commented 6 years ago

+1 I'm getting the same crash. It seems that the ReactNativeAudioStreaming object is not on the NativeModules object, which I'm guessing is the reason for the crash, but I'm not familiar enough with debugging native module to dig deeper.

svallen commented 6 years ago

+1 I am trying to get anything to work on this right now, but nothing is working and crashes when trying to call the raw play call.