We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0755c commit 53cf59fCopy full SHA for 53cf59f
Example/combo/index.js
@@ -35,7 +35,7 @@ class TouchableHighlight extends Component {
35
};
36
constructor(props) {
37
super(props);
38
- this.state = { gestureHandlerState: State.UNDETERMINED };
+ this.state = { gestureHandlerState: State.BEGAN };
39
this._pressedStyle = {
40
opacity: this.props.activeOpacity,
41
0 commit comments