We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd95e0e commit 5643f85Copy full SHA for 5643f85
README.md
@@ -15,18 +15,18 @@ react-native link
15
import {CircularProgress} from 'react-native-svg-circular-progress'
16
17
const App = () => {
18
- const percentage = 40
19
- return <View>
20
- <CircularProgress percentage={percentage}>
21
- <View>
22
- <Text>{percentage}%</Text>
23
- </View>
24
- </CircularProgress>
25
+ const percentage = 40
+ return <View>
+ <CircularProgress percentage={percentage}>
+ <View>
+ <Text>{percentage}%</Text>
+ </View>
+ </CircularProgress>
26
}
27
````
28
29
## Props
30
* percentage (default: 80)
31
* blankColor (default: "#eaeaea")
32
- * donutColor (default: "#43cdcf")
+ * donutColor (default: "#43cdcf")
0 commit comments