From 650d77bbfd12550837534466ef750aaf913ead3d Mon Sep 17 00:00:00 2001 From: Emmy D'Anello Date: Thu, 19 Dec 2024 21:23:27 +0100 Subject: [PATCH] Retrait du plugin babel react-native-paper (https://github.com/fateh999/react-native-paper-dropdown/issues/115) --- client/babel.config.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/client/babel.config.js b/client/babel.config.js index 4635f17..f2de1eb 100644 --- a/client/babel.config.js +++ b/client/babel.config.js @@ -2,10 +2,5 @@ module.exports = function(api) { api.cache(true); return { presets: ['babel-preset-expo'], - env: { - production: { - plugins: ['react-native-paper/babel'], - }, - }, } }