You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When any list (Flatlist, ScrollView, SectionList) is scrolled, the microphone listener is frozen until the list is disposed.
I did the test in several ways, the call to SoundLevel.onNewFrame is somewhere else out of context of the list, but when I scroll any list the listener stops printing the decibel value of the microphone
The text was updated successfully, but these errors were encountered:
When any list (Flatlist, ScrollView, SectionList) is scrolled, the microphone listener is frozen until the list is disposed.
I did the test in several ways, the call to
SoundLevel.onNewFrame
is somewhere else out of context of the list, but when I scroll any list the listener stops printing the decibel value of the microphoneThe text was updated successfully, but these errors were encountered: