Skip to content

Commit 7cda786

Browse files
authored
set Animated 'useNativeDriver' option to false (#222)
1 parent a7edb4f commit 7cda786

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Row.js

+1
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)