Skip to content

Commit b32e420

Browse files
authored
Update AlignDepsAlert.tsx
1 parent acf9a53 commit b32e420

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/components/common/AlignDepsAlert.tsx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ import Markdown from './Markdown'
33

44
const AlignDepsAlert = () => (
55
<>
6+
<Markdown>
7+
**Diffs on .xcodeproj/project.pbxproj` files**
8+
9+
- 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.
10+
- 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.
11+
- Else, you can open an issue or a discussion with a specific line and question.
12+
13+
With these, you should be good to go with these messy XCode files!
14+
15+
Explainer video: https://youtu.be/fmh_ZGHh_eg?t=1368
16+
</Markdown>/>
17+
<br />
18+
<br />
619
<Markdown>
720
You can use the following command to kick off the upgrade: `npx
821
@rnx-kit/align-deps --requirements react-native@[major.minor]`.

0 commit comments

Comments
 (0)