Joshua
Joshua
I am having the same issue as well
I tried multiple versions. The latest for all those libraries to this day, as well as some of the suggested combinations. What's weird is that it works fine when I...
I am having the same issue with the height. @jcollum @tiaaaa123 any luck getting that working?
I was able to tackle that by setting the height on textInputStyle as well.
I have the same problem on IOS! ```typescript const audio = new Sound(url, '', error => { console.warn(`Failed to load the sound ${url}`, error); }); ``` I tried downloading the...