-
Notifications
You must be signed in to change notification settings - Fork 28
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
Wave color not being updated to scrub color #150
Comments
Also noticed just now that onCurrentProgressChange always returns progress=0 though onPlayerStateChange returns correct values |
@Kuper007 Thank you for using this library. We will debug this but it would be more helpful for us if you provided a code snippet. |
@kuldip-simform Sure, here you go:
As you can see, I'm using expo-av to play the sound, and your package just to show the wave component. Here are my dependencies: "expo": "^51.0.37", |
Managed to fix the issue by rebuilding the project, will be closing the issue, thanks |
Hi,
I've installed and successfully used the Waveform component in my expo app.
However, upon pressing the play button and calling waveRef.current.startPlayer() - the wave color never changes to scrub color.
Could it be because the expo is not using some native animation you are using in your component?
Anyways, I am looking forward to your answer.
P.S.: will be happy to provide some code snippets if needed
The text was updated successfully, but these errors were encountered: