Donovan Ng
Results
1
issues of
Donovan Ng
Background : Fixes #1791 Found the component where the data is wrongly updated: **1. In react-native-calendars/src/agenda/index.js:** ``` ... if (!sameDate(newSelectedDate, prevState.selectedDay)) { const prevSelectedDate = this.getSelectedDate(prevProps.selected); } ... ``` _changes...
Agenda