Skip to content

Commit

Permalink
revert(datepicker): revert responder prevert func temporary #47 #50
Browse files Browse the repository at this point in the history
  • Loading branch information
feyy committed Nov 3, 2016
1 parent 47bf6c0 commit 5b9f60c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,6 @@ class DatePicker extends Component {
>
<View
style={{flex: 1}}
onStartShouldSetResponder={this.onStartShouldSetResponder}
onMoveShouldSetResponder={this.onMoveShouldSetResponder}
onResponderTerminationRequest={this.props.modalOnResponderTerminationRequest}
>
<TouchableHighlight
style={Style.datePickerMask}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-datepicker",
"version": "1.4.1",
"version": "1.4.2",
"description": "react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5b9f60c

Please sign in to comment.