wmcmahan / react-native-calendar-events

📆 React Native Module for iOS and Android Calendar Events
MIT License
906 stars 292 forks source link

fix index.d.ts #299

Closed bndby closed 4 years ago

bndby commented 4 years ago

CalendarEventBase -> endDate must be optional

MoOx commented 4 years ago

Why it should be optional? What happen if you don't set the endDate?