react-native-sortable-list
react-native-sortable-list copied to clipboard
Fix issue with getting correct container layout
_onUpdateLayouts
is triggering before the content is actually rendered
so the containerLayout width and height values are always incorrect.
This was causing some weird glitches with the auto scrolling. There's probably a better way to fix the root problem but here's a quick fix.