react-native-sound icon indicating copy to clipboard operation
react-native-sound copied to clipboard

Handling Space in bundle name

Open dinesh547 opened this issue 5 years ago • 0 comments

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

dinesh547 avatar Nov 19 '20 13:11 dinesh547