FlashList with drag functionality
I am using FlashList from @shopify/flash-list
and hitting blockers when trying to implement the same list with a custom draggable feature to let users drag the rows to reorder the same. Is this possible? Since, wrapping the FlashList inside the PanGestureHandler and Animated.View does not render as FlashList instead renders all the rows.
FlashList with drag functionality
I am using FlashList from @shopify/flash-list
and hitting blockers when trying to implement the same list with a custom draggable feature to let users drag the rows to reorder the same. Is this possible? Since, wrapping the FlashList inside the PanGestureHandler and Animated.View does not render as FlashList instead renders all the rows.
Cannot read property “x” of undefined
In a react native app, I am mapping with FlashList
through Checkboxes that add or remove them from a state array when clicked.