Closed MehdiJarraya closed 5 years ago
Hi guys, I tested this issue with react-native-sound 0.10.9 and 0.10.4 but the problem still persist.
finalPist = new Sound(incorrectPath, null, (error) => { if (error) { //This block is never executed } else { } })
I have the problem of sounds not playing at all anymore, they used to be playing.
same as you
Are you having the problem on iOS too?
It looks like this was fixed in #405, at least for Android.
Hi guys, I tested this issue with react-native-sound 0.10.9 and 0.10.4 but the problem still persist.