Narek Ghazaryan

Results 2 comments of Narek Ghazaryan

@murilobast Thanks for response. Just checked but not worked. and here is the error: ``` { "message": "resource not found", "code": -1 } ```

I found workaround for android. I'm putting file into `android/app/src/main/res/raw/wind.mp3` and call it like: ``` const windSound = new Sound('wind.mp3'); windSound.play(); ``` But not sure about ios, where should I...