-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
[BUG] iOS jwplayer example - ListExample seekTo not working #106
Comments
Hey @leinnus, the Do: When passing a Number, I was able to have the player seek the expected timestamp like in your provided snippet (thank you). You should have seen a react-native debug warning if the app/device surfaces them when attempting to pass the String. If this isn't the issue, please let me know! |
Not working.
also not working.
Could it be the difference in react-native versions? |
@leinnus, you're correct; the issue is most likely related to your react-native version. Our library must still be prepared for production in the new architecture (bridgeless) model. I'd suggest that for now, if possible, to opt out. I'll review what it will take for us to become usable in the new framework. Created this Issue to look into this |
Describe the bug
iOS ListExample seekTo() not working
Example/app/jsx/screens/ListExample.js
package.json
To Reproduce
Nothing note worthy here to reproduce
Steps to reproduce the behavior:
Expected behavior
seek to 11 sec
Screenshots / Visual evidence
Device(s) affected
The text was updated successfully, but these errors were encountered: