Skip to content
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

Open
sonclark opened this issue Jun 28, 2024 · 5 comments
Open

NativeEventEmitter warning when using with expo sdk51 #31

sonclark opened this issue Jun 28, 2024 · 5 comments

Comments

@sonclark
Copy link

I am currently using the library with Expo SDK51, testing on development build when i run into the warnings whenever I call start or stop.

The warnings are
WARN new NativeEventEmitter()was called with a non-null argument without the requiredaddListenermethod. WARN new NativeEventEmitter()was called with a non-null argument without the requiredremoveListeners method.

I am assuming this is because the library is older now. Anyone faced the same issue and managed to resolve this?

@Nesquik
Copy link

Nesquik commented Jun 29, 2024

This pull request should fix the warnings you mention: https://github.com/xiqi/react-native-live-audio-stream/pull/20/files

@rizhangdev
Copy link

I see the same issue when running on iOS

@1stmuse
Copy link

1stmuse commented Oct 29, 2024

i get empty chunk and its called the data event only once

@shahzaib78631
Copy link

Facing same issue on IOS

@shahzaib78631
Copy link

shahzaib78631 commented Nov 11, 2024

@Nesquik Your Changes is able to resolve the above mentioned issue, but after that i am getting this error.
AudioQueueObject.cpp:1769 BuildConverter: AudioConverterNew returned -50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants