Jonathan Ehwald
Jonathan Ehwald
Here's another useful resource I'm currently reading while looking into this issue: I checked what the Flutter package is using since technically they have similar requirements to RN. [They use...
Very interesting! Do you happen to have an example repo for this where we could try some things out? Also out of curiosity, does it work if you define the...
Hi, every mediation adapter is different and comes with its own native dependencies. Therefore, all mediation adapters you want to use need to be manually integrated. There are detailed guides...
> @DoctorJohn Hello, in most mediation platforms Google says that we have to add gradle.build implementations. Is this enough? For some reason, I have added those, when I debug, I...
Looks like CI is doing its job now, that's good! But I need to take a look why the module declaration file cannot be found.
Forget to mention that I made this work by adjusting the import to point to the uncompiled source. Before, ts had trouble finding the type declarations. As far as I...
Hi @mikehardy, could you give this PR a quick look? Thanks~
Thanks for creating an issue for this. There is already a discussion (#3177) and a PR (#3180) for this. Feel free to join the conversation over there as well.
These changes actually look great! They're much easier to review by looking at the relevant commits directly. @dylancom, since I can't see the CI test results, I assume the test...
> @DoctorJohn Can you also have a look? `app.config.js` and `app.config.ts` should just work as long as they contain the config plugin. Looking into it right now.