Skip to content

Commit

Permalink
fix: Specify useNativeDriver = "false" (#344)
Browse files Browse the repository at this point in the history
* set useNativeDriver to false.

Co-authored-by: Marco Marinangeli <marco.marinangeli@cortislentini.it>
  • Loading branch information
2 people authored and oblador committed Mar 30, 2020
1 parent e4120b7 commit 865916a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Collapsible.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ export default class Collapsible extends Component {
}
this.setState({ animating: true });
this._animation = Animated.timing(this.state.height, {
useNativeDriver: false,
toValue: height,
duration,
easing,
Expand Down

0 comments on commit 865916a

Please sign in to comment.