-
Notifications
You must be signed in to change notification settings - Fork 156
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
'Node module cannot be null' error #30
Comments
I got this error too. Any update on why this would be happening? |
I uninstalled it, cleared my NPM cache, and reinstalled, then completely closed everything (simulator, my IDE, etc.) and restarted. Then it worked. |
That worked for me too. Thanks! |
Just run 'react-native run-ios/run-android' again and this error will disappear. :-) |
Not working |
This is still happening for me. Trying individual versions of this package and manually linking them but nothing is working. App always crashes at splash screen |
i did manual link: and if you get warning of "RCTBridge required dispatch_sync to load RCTDevLoadingView. This may lead to deadlocks" - place the libTextToSpeech.a file in the bottom of the linked libraries |
After adding this, I got the error 'Node module cannot be null'. Stack trace mentions Tts.NativeEventEmitter as the error source. I don't get the error if I'm not importing/using Tts anywhere. I'm on React-Native 44.2.
The text was updated successfully, but these errors were encountered: