From 9733a9f4eb4f1a315137c9cda6f59fdcc9e67a35 Mon Sep 17 00:00:00 2001 From: Andrii Solianyk Date: Tue, 20 May 2025 19:08:24 +0200 Subject: [PATCH] fix of babel... --- babel.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/babel.config.js b/babel.config.js index 02278b0..dd1f73e 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,6 +1,7 @@ module.exports = { presets: [ '@babel/preset-env', + 'babel-preset-expo', ['@babel/preset-react', {runtime: 'automatic'}], ['@babel/preset-flow', {all: true}], ]