You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Moving an item and altering data order using a "kind of complex" redux reducer causes the item to snap back to the original position until the redux state has been propagated to the draggable flat list component.
To Reproduce
Platform & Dependencies
Please list any applicable dependencies in addition to those below (react-navigation etc).
Describe the bug
Moving an item and altering data order using a "kind of complex" redux reducer causes the item to snap back to the original position until the redux state has been propagated to the draggable flat list component.
To Reproduce
Platform & Dependencies
Please list any applicable dependencies in addition to those below (react-navigation etc).
Additional context
I hacky fixed it using this hacky patch:
react-native-draggable-flatlist+4.0.1.patch
The text was updated successfully, but these errors were encountered: