react-native-circular-progress
react-native-circular-progress copied to clipboard
animate and Reanimate functions not exposed
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
Would you be able to provide a PR for this?