Howler.js: React Native

Created on 7 Jun 2018  路  2Comments  路  Source: goldfire/howler.js

Hello,

Is it compatible with React Native?

Thanks.

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.

All 2 comments

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...

Was this page helpful?
0 / 5 - 0 ratings

Related issues

joshbruce picture joshbruce  路  4Comments

Glutch picture Glutch  路  3Comments

bikubi picture bikubi  路  4Comments

tvbird picture tvbird  路  4Comments

proyb6 picture proyb6  路  4Comments