We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
@jspizziri do you have an idea on this, since you did the web implementation?
Sorry, something went wrong.
feat(web): add setQueue method
e126293
doublesymmetry#2365
@hazelmeow @puckey please see my PR here #2394
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: