WeakRef Support in Expo

Hi :wave:

I’m using a package called GQty a graphql client, and it depends on WeakRef. This is a feature that is offered by Hermes, but doesn’t seem to be enabled in expo, I tried several attempts to enable it via expo, but couldn’t get it to work.

Would it be possible, for expo to enable them, or provide a way for developers to enable it?

I’ve had to change my JS Engine from Hermes to JSC, and the experience is, not great once one is used to hermes. In development crashes happen more often, fast refresh feels like it doesn’t really work, and being able to inspect the network is a bad experience.

I’ve tried to get used to this workflow, but it’s pretty bad, any chance expo team knows of a work around to enable WeakRef through expo?