vlad-doru / react-native-calendar-datepicker

React-Native cross-platform, calendar component.
Apache License 2.0
85 stars 37 forks source link

Invalid Date #30

Closed bec-smith closed 6 years ago

bec-smith commented 6 years ago

I'm using Expo

The example code <Calendar onChange={(date) => this.setState({date})} selected={this.state.date} // We use Moment.js to give the minimum and maximum dates. minDate={Moment().startOf('day')} maxDate={Moment().add(10, 'years').startOf('day')} />

Says "Invalid date" when I try to run it. My application doesn't break, the calendar just doesn't load.