react-native-painter
Version:
Custom Painter Android WEB IOS
19 lines (14 loc) • 431 B
Markdown
```JS
import { Circle } from 'react-native-painter'
<Painter style={styles.Painter}
>
<Circle />
</Painter>
```
| Name | description | type | default |
| --- | --- | --- | --- |
| cx | the x coordinates of the center of the circle | Number | 0 |
| cy | the y coordinates of the center of the circle | Number | 0 |
| r | the radius of the circle | Number | 0 |