diff --git a/front/babel.config.js b/front/babel.config.js index 2900afe..5a71250 100644 --- a/front/babel.config.js +++ b/front/babel.config.js @@ -2,5 +2,10 @@ module.exports = function(api) { api.cache(true); return { presets: ['babel-preset-expo'], + env: { + production: { + plugins: ['react-native-paper/babel'], + }, + }, }; };