A mask is defined with a ‘Mask’ element. A mask is used referenced using the ‘name’ property.
import { Mask } from 'react-native-painter'
<Painter style={styles.Painter}
>
//top
<Mask name="myMask" >
<Line />
</Mask>
//bottom
<Line mask="myMask"/>
<Line />
<Line />
<Line />
<Line />
</Painter>
Name | description | type | default |
---|---|---|---|
name | Not animatable | String | undefined |