React native – Show Activity Indicator when updating an array
I'm building an app using React Native. I want to show information(text) under my CalendarList from the data I stored in an array. The array has the date as one of its props. I have a filtering function to filter…