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 4a70175 commit 0171de1Copy full SHA for 0171de1
SwipeListExample/examples/swipe_to_delete.js
@@ -34,6 +34,7 @@ export default function SwipeToDelete() {
34
Animated.timing(rowTranslateAnimatedValues[key], {
35
toValue: 0,
36
duration: 200,
37
+ useNativeDriver: false,
38
}).start(() => {
39
const newData = [...listData];
40
const prevIndex = listData.findIndex(item => item.key === key);
0 commit comments