shuo-hiwintech
shuo-hiwintech
+1. "react-native": "0.74.2",
```Patch diff --git a/node_modules/react-native-calendars/src/expandableCalendar/index.js b/node_modules/react-native-calendars/src/expandableCalendar/index.js index 4fb12b0..cfaad3f 100644 --- a/node_modules/react-native-calendars/src/expandableCalendar/index.js +++ b/node_modules/react-native-calendars/src/expandableCalendar/index.js @@ -409,15 +409,4 @@ const ExpandableCalendar = (props) => { }; export default ExpandableCalendar; ExpandableCalendar.displayName = 'ExpandableCalendar'; -ExpandableCalendar.defaultProps...