What would it take to replace tweenState with Animated?
I think this component really needs it. You can really tell the difference in its animations vs components that use Animated.
It's already in dev on this branch: https://github.com/dancormier/react-native-swipeout/tree/dc-redux
I'm wondering what the state now is. From the 'done' list of that branch is looks like it's pretty far, yet the last commit was almost 1 year ago. There's a todo on performance improvement checking linking to #40 and #41 which are still open. This suggests me that development at least didn't stop because the performance ended up not being worth it.
Any words on why this branch isn't used/finished over the 'old' branch with tweenState that is receiving updates? Thanks!