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

animate and Reanimate functions not exposed #283

Open
danish1658 opened this issue Jul 22, 2021 · 1 comment
Open

animate and Reanimate functions not exposed #283

danish1658 opened this issue Jul 22, 2021 · 1 comment

Comments

@danish1658
Copy link

I used this in my expo project and when i log the ref equivalent i get this

AnimatedCircularProgress {
"_reactInternalFiber": FiberNode {
"tag": 1,
"key": null,
"type": [Function AnimatedCircularProgress],
},
"_reactInternalInstance": Object {},
"context": Object {},
"props": Object {
"backgroundColor": "#3d5875",
"children": [Function anonymous],
"duration": 500,
"easing": [Function anonymous],
"fill": 80,
"lineCap": "round",
"onAnimationComplete": [Function onAnimationComplete],
"prefill": 0,
"size": 169.4117678737971,
"tintColor": "#fff",
"useNativeDriver": false,
"width": 25.490196555085213,
},
"refs": Object {},
"state": Object {
"fillAnimation": 0,
},
"updater": Object {
"enqueueForceUpdate": [Function enqueueForceUpdate],
"enqueueReplaceState": [Function enqueueReplaceState],
"enqueueSetState": [Function enqueueSetState],
"isMounted": [Function isMounted],
},
}

animate and Reanimate functions not exposed

@markusl
Copy link
Collaborator

markusl commented Jan 19, 2023

Would you be able to provide a PR for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants