update config

This commit is contained in:
ammarahm-ed
2021-09-15 12:56:39 +05:00
parent 16ea815779
commit 03fe53ff7b

View File

@@ -1,6 +1,6 @@
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
plugins: [
"transform-remove-console"
"transform-remove-console"
]
};