From e4e44a01a90ee2dcb9c57182262595abf36bfdf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Rodriguez=20V=C3=A9lez?= Date: Thu, 26 Aug 2021 00:31:38 -0400 Subject: [PATCH] Update Row.js --- src/Row.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Row.js b/src/Row.js index b11caa1..2153d06 100644 --- a/src/Row.js +++ b/src/Row.js @@ -198,6 +198,7 @@ export default class Row extends Component { Animated.timing(this._animatedLocation, { toValue: nextLocation, duration: 300, + useNativeDriver: false, }).start(() => { this._isAnimationRunning = false; });