Skip to content

Commit

Permalink
chore(Podfile): fixed URL to New Arch info (#37535)
Browse files Browse the repository at this point in the history
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](reactwg/react-native-releases#54 (comment))

## Changelog:

<!-- Help reviewers and the release process by writing your own changelog entry.

Pick one each for the category and type tags:

[IOS] [CHANGED] - Message

For more details, see:
https://reactnative.dev/contributing/changelogs-in-pull-requests
-->

[IOS] [CHANGED] - fixed URL to New Arch info

Pull Request resolved: #37535

Test Plan: Only updated a comment, no code changes

Reviewed By: cortinico

Differential Revision: D46145428

Pulled By: cipolleschi

fbshipit-source-id: 600274222725567e1cbae041a3dac9561da15aff
  • Loading branch information
frankcalise authored and facebook-github-bot committed May 24, 2023
1 parent 670fa88 commit 6714b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native/template/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 6714b99

Please sign in to comment.