Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 413 Bytes

circle.md

File metadata and controls

18 lines (14 loc) · 413 Bytes

Circle

    import { Circle } from 'react-native-painter'
    <Painter style={styles.Painter} 
    >
        <Circle />      
    </Painter>

Props

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