react-native-sortable-list icon indicating copy to clipboard operation
react-native-sortable-list copied to clipboard

Fix issue with getting correct container layout

Open jcurtis opened this issue 6 years ago • 0 comments

_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.

jcurtis avatar Jan 14 '19 16:01 jcurtis