Skip to content

Commit c2545fe

Browse files
committed
Default useNativeDriver to false.
This is now a required prop and was causing warnings in React Native.
1 parent 30b3b60 commit c2545fe

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)