From a27b4072bed6f8b8b9649ac2179292241672087a Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Fri, 8 Dec 2023 11:33:16 +0100 Subject: [PATCH] Fix babel warning --- front/apps/mobile/babel.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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", ], }; };