From 39d069fce8ec6c7e3087bea69e20fb4fc7a82672 Mon Sep 17 00:00:00 2001 From: Frank Calise Date: Wed, 24 May 2023 04:18:11 -0700 Subject: [PATCH] chore(Podfile): fixed URL to New Arch info (#37535) Summary: I was following the upgrade helper from [0.71.7 -> 0.72.0-rc.3](https://react-native-community.github.io/upgrade-helper/?from=0.71.7&to=0.72.0-rc.3) and came across a comment with a URL in the Podfile changes. That comment lead to a 404, so this updates that to the correct URL. Confirmed this was an issue on the [Roadmap to 0.72.0](https://github.com/reactwg/react-native-releases/discussions/54#discussioncomment-5976797) ## Changelog: [IOS] [CHANGED] - fixed URL to New Arch info Pull Request resolved: https://github.com/facebook/react-native/pull/37535 Test Plan: Only updated a comment, no code changes Reviewed By: cortinico Differential Revision: D46145428 Pulled By: cipolleschi fbshipit-source-id: 600274222725567e1cbae041a3dac9561da15aff Original-Commit: https://github.com/facebook/react-native/commit/6714b99289d68b2f1efdb38d9977da725778e949 --- template/ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/ios/Podfile b/template/ios/Podfile index fa73cff..9e19c23 100644 --- a/template/ios/Podfile +++ b/template/ios/Podfile @@ -51,7 +51,7 @@ target 'HelloWorld' do end post_install do |installer| - # https://github.com/facebook/react-native/blob/main/scripts/react_native_pods.rb#L197-L202 + # https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L197-L202 react_native_post_install( installer, config[:reactNativePath],