-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NativeEventEmitter warning when using with expo sdk51 #31
Comments
This pull request should fix the warnings you mention: https://github.com/xiqi/react-native-live-audio-stream/pull/20/files |
I see the same issue when running on iOS |
i get empty chunk and its called the data event only once |
Facing same issue on IOS |
@Nesquik Your Changes is able to resolve the above mentioned issue, but after that i am getting this error. |
I am currently using the library with Expo SDK51, testing on development build when i run into the warnings whenever I call
start
orstop
.The warnings are
WARN
new NativeEventEmitter()was called with a non-null argument without the required
addListenermethod. WARN
new NativeEventEmitter()was called with a non-null argument without the required
removeListenersmethod.
I am assuming this is because the library is older now. Anyone faced the same issue and managed to resolve this?
The text was updated successfully, but these errors were encountered: