You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
+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.
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 ?The text was updated successfully, but these errors were encountered: