Skip to content

Update AlignDepsAlert.tsx #404

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/components/common/AlignDepsAlert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ import Markdown from './Markdown'

const AlignDepsAlert = () => (
<>
<Markdown>
**Diffs on .xcodeproj/project.pbxproj` files**

- If you see anything `pods` related, don't worry about it, you can skip it. If your `pod install` worked, then you should already have the diff you need in your repo for that file.
- If there's anything that's not `pods` related, then usually we will have a note to tell you how to add/remove any files using the XCode UI. This happens *very* rarely.
- Else, you can open an issue or a discussion with a specific line and question.

With these, you should be good to go with these messy XCode files!

Explainer video: https://youtu.be/fmh_ZGHh_eg?t=1368
</Markdown>/>
<br />
<br />
<Markdown>
You can use the following command to kick off the upgrade: `npx
@rnx-kit/align-deps --requirements react-native@[major.minor]`.
Expand Down
Loading