From db44c90a4d436b3ab55acc526cfbfc66d7d9e284 Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Sun, 2 Feb 2025 20:53:32 -0600 Subject: [PATCH] package.json to install to new arch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3684c5e2..0262ea92 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "lint": "eslint .", "start": "react-native start", "test": "jest", - "pod:install": "cd ios && RCT_NEW_ARCH_ENABLED=0 pod install", + "pod:install": "cd ios && RCT_NEW_ARCH_ENABLED=1 pod install", "pod:clean": "cd ios && pod deintegrate" }, "dependencies": {