-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Upgrading to 0.30.0 Unhandled JS Exception: this._nativeModule.addListener is not a function. (In this._nativeModule.addListener ) #9036
Comments
This has become a pretty pressing issue for me, with none of the old staples working: nuking |
Fixed this issue with that old chestnut: clearing XCode’s DerivedData. 🙄 |
@sgwilym thanks a lot, clear DerivedData, it does work. |
Hey, have the same issue on 0.31.0 version. Clearing DerivedData , node_modules, etc , didn't work, does anyone have any idea what else I can do? |
@zo-chu I have the same problem. Have you found a solution maybe? |
@krillov nope. Still bothers me, tried to reinstall this component again but no luck :/ |
@zo-chu Ok. I downgraded to 0.30 again just to test it and it works fine. Have to edit... it doesn't work. |
@zo-chu after npm install , and before pod install, try to close xcode and simulator |
@oillamp nope, unfortunately no luck. It seems like it can't see this module and that's it. |
@facebook-github-bot label Icebox |
Hi there! This issue is being closed because it has been inactive for a while. But don't worry, it will live on with ProductPains! Check out its new home: https://productpains.com/post/react-native/upgrading-to-0300-unhandled-js-exception-thisnativemoduleaddlistener-is-not-a-function-in-thisnativemoduleaddlistener- ProductPains helps the community prioritize the most important issues thanks to its voting feature. Also, if this issue is a bug, please consider sending a PR with a fix. |
@facebook-github-bot close |
@charpeni tells me to close this issue. If you think it should still be opened let us know why. |
Trying to upgrade from react@0.14.8 and react-native@0.25.1 to 0.30.0 and I'm getting the following error above for iOS
I've tried the suggestions in #8025 #7679 , also tried clean and rebuilding the project in xcode, deleting the
node_modules
folder and reinstalling but not luck.The application is for iOS running on a Mac v10.11.5 any help with this would be much appreciated
my package.json contains the following libraries
The text was updated successfully, but these errors were encountered: