更新ios

This commit is contained in:
2026-01-16 19:45:48 +08:00
parent eb0098dc48
commit 9d35e5b334
197 changed files with 13758 additions and 345 deletions

15
MeAgent/babel.config.js Normal file
View File

@@ -0,0 +1,15 @@
module.exports = function (api) {
api.cache(true);
return {
presets: ["babel-preset-expo"],
plugins: [
[
"module-resolver",
{
extensions: [".tsx", ".ts", ".js", ".json"],
},
],
"react-native-reanimated/plugin",
],
};
};