Relign

Results 7 issues of Relign

![image](https://user-images.githubusercontent.com/13749042/50390007-5ecf0a00-076c-11e9-85f0-2eb743198ad7.png) If a npm module is repeated,the versions are 0.0.77 and 1.3.1 , the groups will get: ``` { '0': [...], '1': [...] } ``` the `filtered.length

`.` and `./` are specific paths, we can't transfrom them. There are many projects([example](https://github.com/ant-design/ant-design/blob/master/components/space/Item.tsx#L2)) that use `import xxx from '.' `. Example code: ```javascript // index.js export var name =...

- [x] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design/issues) ## Basic Info ## What are the similar cases of this feature 类似于 [rsuite-table big...

✨ feature

when I use ScrollView work in Carousel Component. I need the prop. I want to know why not support?

project:react-native-web

![image](https://user-images.githubusercontent.com/13749042/70689415-2c0c8180-1cef-11ea-96dc-6d21f3f78cc6.png) 经测试,react-native-bingingx 不支持目标属性 height 的变化,想了解一下是什么原因?

react-native 下面使用 bindingx, 当 ScrollView 设置 横向滚动,horizontal={true} 时,不会生效。 JSX: ``` { this.instance = c }} style={{ // position: 'absolute', // top: 270, height: 300, width: '100%', backgroundColor: 'red' }}/> {...