Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7cda786

Browse files
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

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)

AltStyle によって変換されたページ (->オリジナル) /