Skip to content

Commit

Permalink
add useNativeDriver arg to animated input (react-native-elements#2355)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Hamilton <jeremy.hamilton@tekfive.com>
  • Loading branch information
flyingcircle and Jeremy Hamilton authored May 11, 2020
1 parent a297ebd commit 2f05f62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input/Input.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class Input extends React.Component {
duration: 375,
toValue: 3,
ease: Easing.bounce,
useNativeDriver: true,
}).start();
};

Expand Down

0 comments on commit 2f05f62

Please sign in to comment.