From 2921d71a5f203112bac95a46c6ed06014780e33e Mon Sep 17 00:00:00 2001 From: Arpit Bhalla Date: Tue, 21 Sep 2021 21:43:50 +0530 Subject: [PATCH] Fixed #1 --- babel.config.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 babel.config.js diff --git a/babel.config.js b/babel.config.js new file mode 100644 index 0000000..f842b77 --- /dev/null +++ b/babel.config.js @@ -0,0 +1,3 @@ +module.exports = { + presets: ['module:metro-react-native-babel-preset'], +};