I build an expo app. How can I fix this error: ReferenceError: Property 'FinalizationRegistry' doesn't exist? It suddenly appeared without installing any new libraries. I’m only using design libraries from Gluestack. What could be causing this, and how do I resolve it?
it seems everyone is facing this issue this week due to new updates in gluestack, I just added in package.json file the following:
"overrides": { "@react-aria/utils": "3.27.0" },