fix(mobile): address code review findings in mobile app config and tests

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-10 09:57:58 +00:00
parent d538c0879d
commit 4eb04bd7f6
4 changed files with 11 additions and 18 deletions
-12
View File
@@ -2,17 +2,5 @@ module.exports = function (api) {
api.cache(true);
return {
presets: ["babel-preset-expo"],
plugins: [
[
"module-resolver",
{
root: ["./"],
alias: {
"@": "./src",
},
},
],
"react-native-reanimated/plugin",
],
};
};