Skip to content

Commit 5643f85

Browse files
authored
Update README.md
1 parent dd95e0e commit 5643f85

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ react-native link
1515
import {CircularProgress} from 'react-native-svg-circular-progress'
1616
1717
const App = () => {
18-
const percentage = 40
19-
return <View>
20-
<CircularProgress percentage={percentage}>
21-
<View>
22-
<Text>{percentage}%</Text>
23-
</View>
24-
</CircularProgress>
25-
</View>
18+
const percentage = 40
19+
return <View>
20+
<CircularProgress percentage={percentage}>
21+
<View>
22+
<Text>{percentage}%</Text>
23+
</View>
24+
</CircularProgress>
25+
</View>
2626
}
2727
````
2828

2929
## Props
3030
* percentage (default: 80)
3131
* blankColor (default: "#eaeaea")
32-
* donutColor (default: "#43cdcf")
32+
* donutColor (default: "#43cdcf")

0 commit comments

Comments
 (0)