react-native-sound
react-native-sound copied to clipboard
Handling Space in bundle name
Hi, I am trying to play a audio file like this const alertSound = new Sound(file, Sound.MAIN_BUNDLE, (error: any) => { } But it is giving error -18XXXXX due to the space in the bundle name. My application Product name contains spaces which i could not be able to remove.
Is there any way to play the sound from BundlePath containing spaces.
I am using v 0.11.0