Skip to content
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

fix: progress bar animated value #3414

Merged
merged 5 commits into from
Oct 17, 2022
Merged

Conversation

hurali97
Copy link
Collaborator

Summary

Fixes #3366

Introduces the animatedValue prop to allow usage for controlling the progress bar using animated value created by Animated API. This prop is different when compared to progress, since progress isn't designed to support values that change continuously as it triggers another animation under the hood to populate progress bar. So we allowed the users to pass in their own animatedValue to control the progress bar.

Test plan

android
android-animated.mp4
iOS
iOS-animated.mp4
web
web-animated.mp4

@github-actions
Copy link

The mobile version of example app from this branch is ready! You can see it here

.

@callstack-bot
Copy link

callstack-bot commented Oct 17, 2022

Hey @hurali97, thank you for your pull request 🤗. The documentation from this branch can be viewed here.

@github-actions
Copy link

The mobile version of example app from this branch is ready! You can see it here

.

@github-actions
Copy link

The mobile version of example app from this branch is ready! You can see it here

.

@lukewalczak lukewalczak merged commit 2b1c1df into main Oct 17, 2022
@lukewalczak lukewalczak deleted the fix/progress-bar-animated-value branch October 17, 2022 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stacktrace when using animation with progressbar
3 participants