This commit is contained in:
Emmy D'Anello 2024-12-19 21:23:27 +01:00
parent 7f06ac94e8
commit 650d77bbfd
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85

View File

@ -2,10 +2,5 @@ module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
env: {
production: {
plugins: ['react-native-paper/babel'],
},
},
}
}