Skip to content

Commit

Permalink
fast fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sworzen1 committed Jul 7, 2024
1 parent 25e9d8a commit c88ff46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rn-skia-progress",
"version": "0.1.0",
"version": "0.1.1",
"description": "React Native library which allows the use of high quality progress components with Skia",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion src/ProgressCircle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const ProgressCircle = ({
backgroundStrokeCap = "butt",
fontName,
fontSize = 32,
initialProgress = 0,
initialProgress,
isDashed = false,
maxProgress = 100,
onAnimationEnd,
Expand Down

0 comments on commit c88ff46

Please sign in to comment.