aoarashi1988

Results 4 issues of aoarashi1988

Same with title ### What's happening? I didn't find any APIs of that, did I miss something or this module doesn't support ? ### How can it be reproduced? ###...

type: help wanted
type: feature
plus: good first issue

## 遇到的问题 报错 ``` Tried to register two views with the same name RNSVGRect ``` ## 复现过程 引入其他使用react-native-svg的库,比如react-native-shadow ## 分析出错原因 [replace的这一行](https://github.com/iconfont-cli/taro-iconfont-cli/blob/master/src/libs/replace.ts#L19) 使用的是react-native-svg/lib/commonjs而不是react-native-svg 而react-native-svg在RN中默认的导出是src/index.ts 如果在其他组件中引用react-native-svg就会造成原生模块的重复定义 ## 修改建议 改为直接引用react-native-svg

bug

react-dnd的backend使用的是react-dnd-html5-backend,使用的是原生HTML5的拖拽API,无法支持移动端的touch事件 如果考虑到编辑场景的移动端使用可能就得选用react-dnd-touch-backend 如果不考虑移动端的编辑场景,似乎也就没有必要使用Taro来开发编辑模式?

建议更改版本号为0.0.x或者0.x.y,使用1.0.0会让部分人误认为已经是稳定的生产版本