react-native-voice / voice

:microphone: React Native Voice Recognition library for iOS and Android (Online and Offline Support)
MIT License
1.8k stars 485 forks source link

Network use indicator on iOS #80

Open OtavioBraga opened 6 years ago

OtavioBraga commented 6 years ago

Hi,

I have noticed that when start the voice recognition the iOS data usage spinner starts but never stops. Not even if I close the app or call .destroy(). Does it is a problem?

Im running on react native 54.2 and iOS 11.2.6.

captura de tela 2018-03-19 as 12 20 44

breadadams commented 5 years ago

I've had this occur on an app using this library too, we don't use the StatusBar Network-activity indicator anywhere, so I knew it wasn't something we were creating... The only way to remove the spinner is by turning the device off and on again.

@wenkesj Do you activate the indicator at all in this library? I can't see anything in the source code.

lfoliveir4 commented 4 years ago

@OtavioBraga Did you solve your problem?