react-native-sortable-list
react-native-sortable-list copied to clipboard
fix rowsLayouts[key] is undefined trigger height is undefined crash
when quickly add two or more rows to sortable-list, _rowsLayouts is handle in _onUpdateLayouts with Promise; Promise will cause order.length != rowsLayouts.lenght, and cause rowsLayouts[rowKey].height in _renderRow;