react-native-sound-player
react-native-sound-player copied to clipboard
Cannot play audio twice in android.
After the first mount of the screen, I can play the audio then after the audio has finished playing I cannot replay the audio.
I was facing with the same issue and I changed prepareAsync() to prepare() in the RNSoundPlayerModule.java line 208, especially when you try to load .mp3 files
Should probably submit a pull request if that fixed it. Following this link is a work around as well: https://github.com/johnsonsu/react-native-sound-player/issues/89#issuecomment-707658113