-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
progressUpdateInterval Not Working #521
Comments
+1 |
I fiexd ract-native-video/ios/RCTVideo.m line63
It works. |
+1 |
1 similar comment
+1 |
+1 please address this |
+1 here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to do this:
But onProgress is still being called on the default 250ms interval.
I added some logging in this component and found setSource() is being called before setProgressUpdateInterval(), so
setSource()
is always using the default.I couldn't figure out how to fix it :(
Versions
The text was updated successfully, but these errors were encountered: