$SH

Results 20 comments of $SH

Sorry, it's difficult to calculate when item have different height, if you only have one column in a row, i think maybe [react-native-draggable-flatlist](https://github.com/computerjazz/react-native-draggable-flatlist) will help you

Maybe you can make a fixed View when onDragStart?

You can set disabledReSorted of the item may like this ``` this.state = { data:[ {name:'1',key:'one'}, {name:'2',key:'two'}, {name:'3',key:'three',disabledReSorted:true}, {name:'4',key:'four',disabledReSorted:true} ], }; ```

> Hi @SHISME, thanks for coming back to me so quickly. > > Using the `disabledReSorted` property does not meet my use-case, I need the ability to allow any grid...

You need an other way to drag or need keep the item selected after long press?

ok, i know, could you show me your critical code

sorry, i can't repeat the problem, could you try to set the onDragRelease, and check to see if it can trigger

ok,thanks for pr

Maybe you should set the children's view height difference with ScrollView