-
Notifications
You must be signed in to change notification settings - Fork 504
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
(NOBRIDGE) ERROR [TypeError: Cannot read property 'startSpeech' of null] facing in react-native 0.76.3 version #530
Comments
Is there a way to fix this issue in react-native 0.76 with new architecture |
I experience this too. But only in Android. iOS seems fine. |
I see this PR is opened to support new arch |
I had the same problem with the new architecture, is there a merge provision in the PR? |
This PR fixed the issue for me! 🎉 |
how to fix this issue? I'm having the same issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's my package.json file
I’m using the same package with React Native 0.74, and it works perfectly. But with React Native 0.76, I’m running into this error. It could be because React Native 0.76 uses bridgeless mode, which might be causing the problem.
The text was updated successfully, but these errors were encountered: