Front: Add React Native Paper options to Configuration File

This commit is contained in:
Arthi-chaud
2022-07-11 10:44:35 +02:00
parent 5a2f5ead78
commit b2d409eb56
+5
View File
@@ -2,5 +2,10 @@ module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
env: {
production: {
plugins: ['react-native-paper/babel'],
},
},
};
};