From a095eb6c855242b5a1f1e869dd8b6d38c0a8725f Mon Sep 17 00:00:00 2001 From: "Ronald A. Richardson" Date: Wed, 29 Sep 2021 20:22:47 +0800 Subject: [PATCH] yarn inline script to reset pods --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f7af161..fcb73b6 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", - "reset:pods": "rm -rf ios/Pods/ ios/Podfile.lock && npx pod-install", + "pod-reset": "rm -rf ios/Pods/ ios/Podfile.lock && npx pod-install", "test": "jest", "lint": "eslint ." },