react-native-modal-selector icon indicating copy to clipboard operation
react-native-modal-selector copied to clipboard

Is it possible to display an activity indicator while the Filter function is running?

Open aayushsin opened this issue 4 years ago • 1 comments

I am doing some client side rendering and filtering 500 items. It takes 1-2 seconds to filter the array. Is it possible to show an activity indicator while the function is running? I cannot use hooks here to display the Spinner as state changes after the function is finished.

aayushsin avatar Sep 26 '20 22:09 aayushsin

This currently isn't supported, but would be a great enhancement. Would you submit a PR to add this feature?

peacechen avatar Sep 29 '20 04:09 peacechen