From 1f0a7522fa4adacc9b739df3746e7f7cdfa26f63 Mon Sep 17 00:00:00 2001 From: Woraphot Chokratanasombat Date: Mon, 3 Jun 2024 12:40:57 +0700 Subject: [PATCH] [Example@package.json] Change: Add postInstall for enable new arch in ios --- example/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/example/package.json b/example/package.json index 449507ab..c8cc7e49 100644 --- a/example/package.json +++ b/example/package.json @@ -3,6 +3,7 @@ "version": "0.0.1", "private": true, "scripts": { + "pod-install": "cd ios && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install", "android": "react-native run-android", "ios": "react-native run-ios", "lint": "eslint .",