zmxv / react-native-sound

React Native module for playing sound clips
MIT License
2.78k stars 748 forks source link

Handling Space in bundle name #707

Open dinesh547 opened 3 years ago

dinesh547 commented 3 years ago

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