xclidongbo

Results 56 comments of xclidongbo

这个是全量更新. 并不是增量.

删除工程Targets中 Build Phases的info.plist文件, 可以解决.

@mochixuan 这样就行.我试试. AnySizeDragSortableView 有没有和 SectionList的滚动冲突的解决方案? 我看了demo, 只写了DragSortableView的样例.

我看了滚动适配的demo, 是和ScrollView嵌套的. 我用AnySizeDragSortableView里嵌套DragSortableView来实现. 但AnySizeDragSortableView 这个组件没有对外暴露 是否控制它滚动的props.

> AnySizeDragSortableView 中修改源码, 如果是小分类拖动,就让大分类的scrollEnabled为false. ``` render() { const {selectedItem, selectedPosition, scrollEnabled} = this.state const {dataSource, keyExtractor, renderItem, movedWrapStyle, scrollEnabled: scroll} = this.props const scrollState = scroll === false ? scroll...

加了也无效