Hello,
Is it compatible with React Native?
Thanks.
Unfortunately, no. React native is a different beast (doesn't use a browser engine to render your app, hence no Web Audio API which howler uses internally). The most mature sound library for RN so far is react-native-sound, which is actually quite pathetic lol since it can barely play audio.
Pity! Yeah, I've tried to use react-native-sound and was a bad experience ... For now, I'm using react-native-play-audio but seems it's not possible playback audio in background...
Most helpful comment
Unfortunately, no. React native is a different beast (doesn't use a browser engine to render your app, hence no Web Audio API which howler uses internally). The most mature sound library for RN so far is react-native-sound, which is actually quite pathetic lol since it can barely play audio.