From cf95be3b166b2532fb5bad4e6c16c0affe783bd6 Mon Sep 17 00:00:00 2001 From: Tsubasa SEKIGUCHI Date: Fri, 13 Sep 2024 08:05:08 +0900 Subject: [PATCH] =?UTF-8?q?polyfill=E3=81=AFimport=E3=81=A7=E3=81=AF?= =?UTF-8?q?=E3=81=AA=E3=81=8Frequire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index b109817a7..ffc677594 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -import 'fast-text-encoding' +require('fast-text-encoding') import * as TaskManager from 'expo-task-manager'