File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -559,6 +559,7 @@ export default class AutoDragSortableView extends Component{
559559 }
560560
561561 scrollTo = ( height , animated = true ) => {
562+ this . isHasMeasure = true
562563 // Prevent iOS from sliding when elastically sliding negative numbers
563564 if ( this . curScrollData ) {
564565 if ( this . autoObj . forceScrollStatus < 0 && this . curScrollData . offsetY <= 0 ) {
Original file line number Diff line number Diff line change @@ -559,6 +559,7 @@ export default class AutoDragSortableView extends Component{
559559 }
560560
561561 scrollTo = ( height , animated = true ) => {
562+ this . isHasMeasure = true
562563 // Prevent iOS from sliding when elastically sliding negative numbers
563564 if ( this . curScrollData ) {
564565 if ( this . autoObj . forceScrollStatus < 0 && this . curScrollData . offsetY <= 0 ) {
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-drag-sort" ,
3- "version" : " 2.3.9 " ,
3+ "version" : " 2.4.1 " ,
44 "description" : " Drag and drop sort control for react-native" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments