Skip to content

Commit 53cf59f

Browse files
committed
fix combo
1 parent 2a0755c commit 53cf59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/combo/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class TouchableHighlight extends Component {
3535
};
3636
constructor(props) {
3737
super(props);
38-
this.state = { gestureHandlerState: State.UNDETERMINED };
38+
this.state = { gestureHandlerState: State.BEGAN };
3939
this._pressedStyle = {
4040
opacity: this.props.activeOpacity,
4141
};

0 commit comments

Comments
 (0)