From 4c225ec8566b8887ae46c9bc02a13f8fee4e21ed Mon Sep 17 00:00:00 2001 From: suyoooi <100350818+yeoniii20@users.noreply.github.com> Date: Thu, 13 Jun 2024 15:35:14 +0900 Subject: [PATCH] feat: update babel.config.js --- babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babel.config.js b/babel.config.js index 2900afe9..3bc120b5 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,6 +1,6 @@ module.exports = function(api) { api.cache(true); return { - presets: ['babel-preset-expo'], + presets: ['babel-preset-expo', 'module:metro-react-native-babel-preset'], }; };