react-native-audio-streaming
react-native-audio-streaming copied to clipboard
Keep calling play and app crash
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 ?
+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.
+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.