bartgryszko / bartgryszko/react-native-circular-progress
animate and Reanimate functions not exposed
- Dominant language
- JavaScript
- Stars
- 2.2k
- Forks
- 420
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.