Liam Jones
Liam Jones
I suspect the problem with later Android versions is that the plugin doesn't support badging of [adaptive icons](https://developer.android.com/studio/write/image-asset-studio#create-adaptive). Either that would need to be done or, as a workaround, you...
@harasai see my comment [above](https://github.com/HazAT/badge/issues/77#issuecomment-610792399), the plugin doesn't badge adaptive icons (probably in your project as ic_launcher*.xml)
Same here on Monterey 12.3.1 on iTerm 3.4.15. Tried to `browsh --debug` but no log is generated (I assume it doesn't get far enough to do the debug logging).
> I'm a bit curious on your use-case: Are you using the 10.20.0-beta release to get hermes enabled on only one of iOS / Android? What's your reason for not...
Thanks Tom!
Hi @fronck, sorry for the delayed reply, been a busy week! I've cut down a minimal repro and sent it in to [email protected] so you can see the exact code...
Thanks for the info @tomduncalf ! Does this apply to my comparisons though? I was using the Hermes build of Realm but still with the JSC, not Hermes as the...
@kneth Does this require a specific version of RN? I'd like to give this a try with one of our apps but that's still on 0.63.4, is that up-to-date enough?
@kraenhansen that's great to hear! Migration to Hermes is going to take us a bit of work due to other dependencies as well - does the beta still support the...
Something simple like that sounds good. _Maybe_ you'd want to combine the two into a single object since they're so interrelated? I'm guessing the properties would be dynamic? E.g. current...