Update Row.js

This commit is contained in:
Marcos Rodriguez Vélez 2021-08-26 00:31:38 -04:00 committed by GitHub
parent 46e39a30ae
commit e4e44a01a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,6 +198,7 @@ export default class Row extends Component {
Animated.timing(this._animatedLocation, {
toValue: nextLocation,
duration: 300,
useNativeDriver: false,
}).start(() => {
this._isAnimationRunning = false;
});