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

React Native component for creating animated, circular progress with ReactART

Results 81 react-native-circular-progress issues
Sort by recently updated
recently updated
newest added

First of all, incredible library! SO easy to use! My issues is whenever I render a cap and then add some padding directly to the component, the cap circle is...

i was going through the package size and found that screenshot.gif took roughly 92% (3.2mb) of the entire package which is redundant to the package itself. So i will love...

Been trying to initiate the animation in the parent component using this code: Parent component ``` import React, { useState, useEffect, useRef } from 'react'; import { ActivityIndicator } from...

Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.0.0 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...

dependencies

Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.1 to 3.0.5. Changelog Sourced from plist's changelog. 3.0.5 / 2022-03-23 [96e2303d05] Prototype Pollution using .parse() #114 (mario-canva) update browserify from 16 to 17 3.0.4 / 2021-08-27...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

I added a new prop for maximum value which was 100 and its default is 100 now. I need to set a totally different maximum value logic and this prop...