react-native-sound-player
react-native-sound-player copied to clipboard
Playing the cached sound file[BUG]
Describe the bug
A clear and concise description of what the bug is.
I would like to play cached sound file in ios.
The file path example is /var/mobile/Containers/Data/Application...
I tried SoundPlayer.playUrl(path) and SoundPlayer.playSoundFile(path, 'mp3') but both are not working
Platform (please complete the following information):
- OS: ios
Hello, have you solve this? I have a same issue