From 27d616e59bded408ff6a1f976d0372c56f01cd3b Mon Sep 17 00:00:00 2001 From: Ritesh Shukla Date: Tue, 29 Jul 2025 20:58:49 +0530 Subject: [PATCH 1/2] Update Podfile --- template/ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/ios/Podfile b/template/ios/Podfile index 33cb685..2c72618 100644 --- a/template/ios/Podfile +++ b/template/ios/Podfile @@ -24,7 +24,7 @@ target 'HelloWorld' do ) post_install do |installer| - # https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L197-L202 + # https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L452-L464 react_native_post_install( installer, config[:reactNativePath], From 001a31e863455cf542d1b8473f702ab4f17883cb Mon Sep 17 00:00:00 2001 From: Ritesh Shukla Date: Mon, 11 Aug 2025 18:45:59 +0530 Subject: [PATCH 2/2] Update Podfile --- template/ios/Podfile | 1 - 1 file changed, 1 deletion(-) diff --git a/template/ios/Podfile b/template/ios/Podfile index 2c72618..c3e5b06 100644 --- a/template/ios/Podfile +++ b/template/ios/Podfile @@ -24,7 +24,6 @@ target 'HelloWorld' do ) post_install do |installer| - # https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L452-L464 react_native_post_install( installer, config[:reactNativePath],