diff --git a/src/Row.js b/src/Row.js index 3cd798c..958bdfc 100644 --- a/src/Row.js +++ b/src/Row.js @@ -197,6 +197,7 @@ export default class Row extends Component { Animated.timing(this._animatedLocation, { toValue: nextLocation, duration: 300, + useNativeDriver: false, }).start(() => { this._isAnimationRunning = false; });