Skip to content

Commit

Permalink
Fix TouchableHighlight initial 'underlayColor' value (software-mansio…
Browse files Browse the repository at this point in the history
  • Loading branch information
paolospag authored and janicduplessis committed Feb 16, 2020
1 parent 3f6b2d2 commit de73f82
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions touchables/TouchableHighlight.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ export default class TouchableHighlight extends Component {
super(props);
this.state = {
extraChildStyle: null,
extraUnderlayStyle: {
backgroundColor: props.underlayColor,
},
extraUnderlayStyle: null,
};
}

Expand Down

0 comments on commit de73f82

Please sign in to comment.