-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
[🐛] 🔥 Invariant Violation: new NativeEventEmitter()
requires a non-null argument.
#6
Comments
This will probably not help you so much, but there is a module prefixed with Here the changes: |
It is not ready yet, many apologies @Dallas62 and 👋 by the way :-) |
@mikehardy do we have a release date ? |
Sorry, giving release dates in open source is just a recipe for pain and disappointment |
@dylancom has got a native banner rendering again with some small tweaks, we may have a usable main branch in just a moment! then it is off to the races.... 🏎️ |
Thanks for your efforts, I switched temporary to https://github.com/react-native-admob/admob to avoid an issue with iOS in the old rnfirebase-admob version. |
@mikehardy I am getting this error in dev and the app is crashing in release build on android immediately |
@ShivamJoker thank you for testing! As part of the initial release to npm I had a lot of work to do getting the Please let me know how v1.0.2 goes, hopefully a lot more positive, @dylancom asserts it's working for him |
@mikehardy now it seems to be working fine but the native event emitter issue is still now gone in dev version. |
Thanks for testing! Solution sketch and more details on a related module here: react-native-netinfo/react-native-netinfo#486 (comment) I'll peel this comment to a new issue to keep it alive and contain all the info I documented above |
Just to note since I know there are some very interested parties here that have history of making PRs, testing things etc: I've got fully automated releases working here, we can merge PRs really quickly and get your work out if you propose anything. Additionally I don't have it working quite yet (#28 ) but PRs should automatically generate a patch-package set for every push also, making for a closed loop of testing without me (person who hits release button) even needing to do anything, so no waiting around. All this is geared towards velocity and making contributing enjoyable. So if you were thinking about it but haven't, give it a shot as soon as as v8 is done (since I know it's in progress this moment...) |
@dylancom has done the port to ios v8! And we've got patch-package patch sets generating automatically off PRs now, please try integrating the patch-package set and we would love feedback https://github.com/invertase/react-native-google-ads/actions/runs/1565648878 Will probably release shortly |
Hi, I added: So now my app.test.js is like this:
|
Hi, I'm still having this error @mikehardy can you help me please? |
HI,
I was testing this application and I fall into this issue.
PR coming soon.
Issue
After installing the
main
branch, I compile the library on iOS, everything was fine expected that the application is not starting due to:Project Files
No specific project file required.
Environment
Click To Expand
react-native info
output:TypeScript
?N
The text was updated successfully, but these errors were encountered: