diff --git a/front/apps/mobile/babel.config.js b/front/apps/mobile/babel.config.js index fd40ceae..1e47fb8c 100644 --- a/front/apps/mobile/babel.config.js +++ b/front/apps/mobile/babel.config.js @@ -23,10 +23,9 @@ module.exports = function (api) { return { presets: ["babel-preset-expo"], plugins: [ - // NOTE: `expo-router/babel` is a temporary extension to `babel-preset-expo`. - require.resolve("expo-router/babel"), "transform-inline-environment-variables", "react-native-reanimated/plugin", + "expo-router/babel", ], }; };