We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b47614 commit 1ec1852Copy full SHA for 1ec1852
packages/core/src/SwipeAction/index.tsx
@@ -76,7 +76,7 @@ const SwipeAction = (props: SwipeActionProps, ref: any) => {
76
extrapolate: 'clamp',
77
});
78
return (
79
- <Animated.View style={{ flex: 1, transform: [{ translateX: trans }] }}>
+ <Animated.View key={idx} style={{ flex: 1, transform: [{ translateX: trans }] }}>
80
<RectButton
81
style={[styles.rightAction, { backgroundColor: color }]}
82
onPress={() => {
0 commit comments