I'm currently using the <ExpandableCalendar /> and <TimelineList /> in a React Native/Expo app using the latest and greatest everything but the performance on ExpandableCalendar is really slow and barely usable. Is there any performance tricks for improving how these components function? Following this example but with <TimelineList /> instead of <AgendaList />
https://github.com/wfarat/Planimate/blob/main/src/screens/Calendar/Calendar.tsx
I'm currently using the
<ExpandableCalendar />and<TimelineList />in a React Native/Expo app using the latest and greatest everything but the performance on ExpandableCalendar is really slow and barely usable. Is there any performance tricks for improving how these components function? Following this example but with<TimelineList />instead of<AgendaList />https://github.com/wfarat/Planimate/blob/main/src/screens/Calendar/Calendar.tsx