react-native-audio-streaming icon indicating copy to clipboard operation
react-native-audio-streaming copied to clipboard

Keep calling play and app crash

Open callmejm opened this issue 7 years ago • 2 comments

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 ?

callmejm avatar Oct 23 '17 02:10 callmejm

+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.

marciaga avatar Oct 23 '17 05:10 marciaga

+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.

svallen avatar Nov 03 '17 15:11 svallen