Skip to content

Commit

Permalink
fix: UseNativeDriver warning on TextField component
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldonadel committed Nov 19, 2020
1 parent 53fb2f9 commit 48c60a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/field/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ export default class TextField extends PureComponent {
let options = {
toValue: this.focusState(),
duration,
useNativeDriver: false,
}

startAnimation(focusAnimation, options, this.onFocusAnimationEnd)
Expand Down

0 comments on commit 48c60a5

Please sign in to comment.