We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Would you be able to provide a PR for this?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: