Joseph Shearer
Joseph Shearer
This is also not working for me -- same error as OP. Is the solution known here? I'd be happy to work on a PR if somebody can point me...
Thanks for getting back to me! I know I can do `@tagged(multiNameTag,['One','Two'])`, but what I really want is `getMultiTagged`, which is what it seems you're writing in #1134. I'm excited...
Hey @m4rcoperuano, I haven't found a solution. TBH I've been procrastinating waiting for 0.59 RC to come out which I imagine will have the full JSC implementation switched over (I'm...
Upgrading to 0.58.3 has the same result. I actually deleted/re-cloned my project to make sure there aren't any gradle caches included, same result.
@hhunaid are you sure your app is actually using the modern JSC and not just silently using the one baked into RN and you just didn't notice? Do Proxy objects...
Can you tell me what versions of gradle and android gradle plugin? Mine are currently set to: `classpath 'com.android.tools.build:gradle:3.2.1'` and `gradleVersion = '4.7'`
Alright, I'll try that then. Thanks :)