From 8add1030ccfe78858f5aaa35ed47bcfaed14bd69 Mon Sep 17 00:00:00 2001 From: Joseph Hale Date: Sat, 27 Jul 2024 19:37:36 -0700 Subject: [PATCH] build: Use `bundle` to install Pods Leverages a project-specific instance of bundler instead of relying on the system version. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 37b97ff..81b95f8 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "check-dependencies": "rnx-align-deps", "fix-dependencies": "rnx-align-deps --write", "deduplicate-dependencies": "yarn-deduplicate yarn.lock", - "pods": "cd ios && pod install && cd .." + "pods": "cd ios && bundle exec pod install && cd .." }, "dependencies": { "@react-native-community/slider": "^4.5.0",