react-native-circular-progress icon indicating copy to clipboard operation
react-native-circular-progress copied to clipboard

animate and Reanimate functions not exposed

Open danish1658 opened this issue 4 years ago • 1 comments

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

danish1658 avatar Jul 22 '21 09:07 danish1658

Would you be able to provide a PR for this?

markusl avatar Jan 19 '23 06:01 markusl