From a3b32b35e7b72dfed4fff32ee8b8f468f47a0027 Mon Sep 17 00:00:00 2001 From: Zhiyuan Zheng Date: Tue, 26 Oct 2021 21:56:42 +0200 Subject: [PATCH] Fix iOS engine build error --- ios/Podfile.properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Podfile.properties.json b/ios/Podfile.properties.json index 356c649b..cb338dda 100644 --- a/ios/Podfile.properties.json +++ b/ios/Podfile.properties.json @@ -1,3 +1,3 @@ { - "expo.jsEngine": "jsc" + "expo.jsEngine": "hermes" } \ No newline at end of file