drag-view-ll
v1.0.4
Published
简单的可拖动控件
Downloads
2
Readme
描述
简单的可拖动控件
使用
# 安装组件
$ npm install
参数
- customStyle 自定义样式(style)
- children 子元素
- offSetWidth 移动偏移宽度
- offSetHeight 移动偏移高度
- imageUrl 图片地址
使用样例
<DragView customStyle={styles.XXX} imageUrl={XXX} offSetHeight={240}>
{children}
</DragView>