We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8c7e5 commit c16e5ebCopy full SHA for c16e5eb
ActionButton.js
@@ -254,7 +254,7 @@ const ActionButton = props => {
254
if (active) return reset(animate);
255
256
if (animate) {
257
- Animated.spring(anim.current, { toValue: 1 }).start();
+ Animated.spring(anim.current, { toValue: 1, useNativeDriver: false }).start();
258
} else {
259
anim.current.setValue(1);
260
}
0 commit comments