Detox can’t find ActivityIndicator by testID in React Native
I’m running Detox tests for a React Native screen, and I’m encountering an issue where Detox can’t seem to access the ActivityIndicator component by its testID. The ActivityIndicator is displayed while data is being fetched, and it should disappear once the data is loaded, but the test fails to detect the loader.