fix: Resolve mobile app crash with import.meta and babel config

- Add guard for import.meta in endpoints.ts for React Native compatibility
- Add jsEngine: jsc to app.json to match gradle.properties
- Add @babel/plugin-transform-class-static-block for @pezkuwi/types-codec
This commit is contained in:
2026-01-20 01:28:56 +03:00
parent b74df16210
commit 2e0b5d73fd
6 changed files with 1477 additions and 52 deletions
+3
View File
@@ -9,5 +9,8 @@ module.exports = function (api) {
},
],
],
plugins: [
'@babel/plugin-transform-class-static-block',
],
};
};