doublesymmetry / react-native-track-player

A fully fledged audio module created for music apps. Provides audio playback, external media controls, background mode and more!
https://rntp.dev/
Apache License 2.0
3.3k stars 1.02k forks source link

[Web] setQueue is not implemented #2365

Open hazelmeow opened 2 months ago

hazelmeow commented 2 months ago

Describe the Bug setQueue is not implemented for web: TypeError: _TrackPlayerModule.default.setQueue is not a function.

Steps To Reproduce Set up a React Native Web project using RNTP and try to call setQueue.

Environment Info: Using RNTP 4.1.1 on web.

puckey commented 2 weeks ago

@jspizziri do you have an idea on this, since you did the web implementation?

jspizziri commented 2 weeks ago

@hazelmeow @puckey please see my PR here https://github.com/doublesymmetry/react-native-track-player/pull/2394