Skip to content

Commit e6d06b1

Browse files
authored
Merge pull request #2 from cntral/useNativeDriver
Use native driver
2 parents 30b3b60 + c2545fe commit e6d06b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Row.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ export default class Row extends Component {
197197
Animated.timing(this._animatedLocation, {
198198
toValue: nextLocation,
199199
duration: 300,
200+
useNativeDriver: false,
200201
}).start(() => {
201202
this._isAnimationRunning = false;
202203
});

0 commit comments

Comments
 (0)