From 660226906322f1000627b09739220b98efce64b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=9D=A4?= Date: Sun, 10 Jul 2022 16:17:48 +0800 Subject: [PATCH] fix: example babelc --- example/babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/babel.config.js b/example/babel.config.js index e1e3637a..4567c036 100644 --- a/example/babel.config.js +++ b/example/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'], } }