Open hazelmeow opened 2 months ago
Describe the Bug setQueue is not implemented for web: TypeError: _TrackPlayerModule.default.setQueue is not a function.
setQueue
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.
@jspizziri do you have an idea on this, since you did the web implementation?
@hazelmeow @puckey please see my PR here https://github.com/doublesymmetry/react-native-track-player/pull/2394
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.