Skip to content

Commit

Permalink
Merge pull request #58 from bsonntag/bugfix/date-picker-moda-android-…
Browse files Browse the repository at this point in the history
…default

Change default value of datePickerModeAndroid
  • Loading branch information
mmazzarolo authored Jul 5, 2017
2 parents 36dfc0a + 85c8fd8 commit 3a789ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CustomDatePickerAndroid/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default class CustomDatePickerAndroid extends Component {
static defaultProps = {
date: new Date(),
mode: 'date',
datePickerModeAndroid: 'calendar',
datePickerModeAndroid: 'default',
is24Hour: true,
isVisible: false,
onHideAfterConfirm: () => {},
Expand Down

0 comments on commit 3a789ba

Please sign in to comment.