Watermark(水印)
react-native项目中的水印插件(文字水印)
npm install react-native-watermark-component
props | type | default value | notes |
---|---|---|---|
foreground | bool | false | 是否需要前置水印 |
style | ViewPropTypes.style | - | |
watermark | string | - | 水印文本内容,为空字符串时不显示水印 |
itemWidth | number | 160 | 单个水印的宽度 |
itemHeight | number | 100 | 单个水印的高度 |
watermarkTextStyle | Text.propTypes.style | - | 水印文本样式 |
rotateZ | number | -45 | 水印旋转角度 |