// Provide the __ExpoImportMetaRegistry global that expo's runtime expects
if (typeof globalThis.__ExpoImportMetaRegistry === 'undefined') {
globalThis.__ExpoImportMetaRegistry = {
register: () => {},
};
}