react-native-modal-selector
react-native-modal-selector copied to clipboard
Is it possible to display an activity indicator while the Filter function is running?
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.
This currently isn't supported, but would be a great enhancement. Would you submit a PR to add this feature?