Skip to content

Commit

Permalink
Merge pull request jeanregisser#122 from msand/patch-1
Browse files Browse the repository at this point in the history
Fix warnings when used in react-native-web
  • Loading branch information
jeanregisser authored May 30, 2018
2 parents 6dfa099 + 4c9eef9 commit 8b00a53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,10 @@ export default class Slider extends PureComponent {
trackStyle,
thumbStyle,
debugTouchArea,
onValueChange,
thumbTouchSize,
animationType,
animateTransitions,
...other
} = this.props;
var {value, containerSize, trackSize, thumbSize, allMeasured} = this.state;
Expand Down

0 comments on commit 8b00a53

Please sign in to comment.