Lennon Marques

Results 4 comments of Lennon Marques

Same issue with me for UWP. Using Xamarin 2.3.4.247 and CocosSharp 1.7.1 . CocosSharpView.ViewCreated event fires when debugging Android but not when debugging UWP.

See my comment [here](https://github.com/zmxv/react-native-sound/issues/772#issuecomment-1263708313), if the above comment is true, you may have to undo the encoding on the url

When upgrading from 0.11.0 to 0.11.2 I also ran into this issue. What I found that worked was changing my MainBundleDir from `const MainBundleDir = Platform.OS === 'ios' ? encodeURI(RNSound.MAIN_BUNDLE)...